File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919
2020jobs :
2121 Tests :
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-24 .04
2323
2424 strategy :
2525 matrix :
2626 node-version : [14.x]
2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
3131
3232 - name : Use Node.js ${{ matrix.node-version }}
33- uses : actions/setup-node@v1
33+ uses : actions/setup-node@v4
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636
Original file line number Diff line number Diff line change 77
88jobs :
99 Publish :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v1
14+ uses : actions/checkout@v4
1515
1616 - name : Setup Node.js
17- uses : actions/setup-node@v1
17+ uses : actions/setup-node@v4
1818 with :
1919 node-version : 14
2020 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments