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 1515 node-version : [18.x, 20.x, 22.6] # https://github.com/nodejs/node/issues/54532
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 cache : ' npm'
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424 token : ${{ secrets.GH_ACCESS_TOKEN }}
2525 - name : Setup Node JS
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v4
2727 with :
2828 node-version : 18
2929 registry-url : https://registry.npmjs.org
You can’t perform that action at this time.
0 commit comments