File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 - uses : actions/setup-node@v3
2828 with :
29- node-version : 16
29+ node-version : 20
3030 # install to create local package-lock.json but don't cache the files
3131 # also: no audit for dev dependencies
3232 - run : npm i --package-lock-only && npm audit --production
Original file line number Diff line number Diff line change 2323 - name : setup node
2424 uses : actions/setup-node@v3
2525 with :
26- node-version : 16
26+ node-version : 20
2727
2828 - name : cache dependencies
2929 uses : actions/cache@v3
4141 needs : [lint]
4242 strategy :
4343 matrix :
44- node : [14, 16, 18]
44+ node : [16, 18, 20 ]
4545 steps :
4646 - name : Checkout ${{ matrix.node }}
4747 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1414 " Michael Salinger <[email protected] >" ,
1515 " Nuno Sousa" ,
1616 " Max Truxa" ,
17- " Daniel Reguero"
17+ " Daniel Reguero" ,
18+ 1819 ],
1920 "main" : " index.js" ,
2021 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments