File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 node-version : [16.x, 18.x]
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3.5.3
2323 - name : Use Node.js ${{ matrix.node-version }}
24- uses : actions/setup-node@v1
24+ uses : actions/setup-node@v3.7.0
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727 - run : npm ci
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v3.5.3
1313 with :
1414 fetch-depth : 0
1515 - name : Setup Node.js
3636 with :
3737 fetch-depth : 0
3838 - name : Setup Node.js
39- uses : actions/setup-node@v1
39+ uses : actions/setup-node@v3.7.0
4040 with :
4141 node-version : " 18.x"
4242 - name : Installing dependencies
You can’t perform that action at this time.
0 commit comments