File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v3
27
27
- uses : actions/setup-node@v3
28
28
with :
29
- node-version : 16
29
+ node-version : 20
30
30
# install to create local package-lock.json but don't cache the files
31
31
# also: no audit for dev dependencies
32
32
- run : npm i --package-lock-only && npm audit --production
Original file line number Diff line number Diff line change 23
23
- name : setup node
24
24
uses : actions/setup-node@v3
25
25
with :
26
- node-version : 16
26
+ node-version : 20
27
27
28
28
- name : cache dependencies
29
29
uses : actions/cache@v3
41
41
needs : [lint]
42
42
strategy :
43
43
matrix :
44
- node : [14, 16, 18]
44
+ node : [16, 18, 20 ]
45
45
steps :
46
46
- name : Checkout ${{ matrix.node }}
47
47
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 14
14
" Michael Salinger <mjsalinger@gmail.com>" ,
15
15
" Nuno Sousa" ,
16
16
" Max Truxa" ,
17
- " Daniel Reguero"
17
+ " Daniel Reguero" ,
18
+ " Jan Küster <info@jankuester.com>"
18
19
],
19
20
"main" : " index.js" ,
20
21
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments