Commit 1bb47d8 1 parent dbff957 commit 1bb47d8 Copy full SHA for 1bb47d8
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
fetch-depth : 0
16
16
- uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
17
17
with :
18
- node-version : 14
18
+ node-version : 18
19
19
- id : interrogate
20
20
run : node ./.github/workflows/list-node-paths-for-deps.js
21
21
updateDeps :
30
30
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
31
31
- uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
32
32
with :
33
- node-version : ${{ matrix.node }}
33
+ node-version : 18
34
34
- run : echo ./packages/${{ matrix.package }}
35
35
- run : cd ./packages/${{ matrix.package }} && npm audit fix
36
+ continue-on-error : true
36
37
- uses : googleapis/code-suggester@9c92ffb751cbdc880473aa650013b3a3292f743a # v4
37
38
env :
38
39
ACCESS_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments