File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v1 # checkout repo content
20
20
- uses : actions/setup-node@v1 # setup Node.js
21
21
with :
22
- node-version : ' 12 .x'
23
- - name : Audit package-lock.json
24
- run : npx package-lock-audit ./package-lock.json
22
+ node-version : ' 18 .x'
23
+ # - name: Audit package-lock.json
24
+ # run: npx package-lock-audit ./package-lock.json
25
25
- name : Install deps
26
26
run : npm i
27
27
- name : Run lint
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v1 # checkout repo content
17
17
- uses : actions/setup-node@v1 # setup Node.js
18
18
with :
19
- node-version : ' 12 .x'
20
- - name : Audit package-lock.json
21
- run : npx package-lock-audit ./package-lock.json
19
+ node-version : ' 18 .x'
20
+ # - name: Audit package-lock.json
21
+ # run: npx package-lock-audit ./package-lock.json
22
22
- name : Install deps
23
23
run : npm i
24
24
- name : Run lint
You can’t perform that action at this time.
0 commit comments