File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
- uses : actions/checkout@v3
39
39
- uses : actions/setup-node@v3
40
40
with :
41
- node-version : 16 .x
41
+ node-version : 18 .x
42
42
- run : npm install
43
43
- run : npm run test-coverage
44
44
- uses : coverallsapp/github-action@master
55
55
- uses : actions/checkout@v3
56
56
- uses : actions/setup-node@v3
57
57
with :
58
- node-version : 16 .x
58
+ node-version : 18 .x
59
59
- run : npm audit --groups dependencies --audit-level high
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-node@v3
17
17
with :
18
- node-version : ' 16 '
18
+ node-version : ' 18 '
19
19
cache : ' npm'
20
20
cache-dependency-path : package-lock.json
21
21
- run : npm install-test
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : ' 16 '
16
+ node-version : ' 18 '
17
17
cache : ' npm'
18
18
cache-dependency-path : package-lock.json
19
19
- run : npm install-test
You can’t perform that action at this time.
0 commit comments