File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
22- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
22+ - uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
2323 with :
2424 cache : npm
2525 node-version : lts/*
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2121 - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
22+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 cache : npm
3232 needs : test_matrix
3333 steps :
3434 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
35- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
35+ - uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
3636 with :
3737 cache : npm
3838 node-version : 16
You can’t perform that action at this time.
0 commit comments