File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # https://github.com/actions/starter-workflows/blob/432e3e3e741760610382c82fb0e909ff700496f7 /ci/node.js.yml
1+ # https://github.com/actions/starter-workflows/blob/001b284cc296236d8b6cf318ebab988bbbf69aac /ci/node.js.yml
22
33name : Node.js CI
44
1414 node-version : [18.x]
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Use Node.js ${{matrix.node-version}}
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v3
2020 with :
2121 node-version : ${{matrix.node-version}}
2222 cache : ' npm'
Original file line number Diff line number Diff line change 1- # https://github.com/actions/starter-workflows/blob/432e3e3e741760610382c82fb0e909ff700496f7 /ci/npm-publish.yml
1+ # https://github.com/actions/starter-workflows/blob/001b284cc296236d8b6cf318ebab988bbbf69aac /ci/npm-publish.yml
22
33name : Node.js Package
44
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-node@v2
13+ - uses : actions/checkout@v3
14+ - uses : actions/setup-node@v3
1515 with :
1616 node-version : 18
1717 - run : npm ci
2727 needs : build
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v2
31- - uses : actions/setup-node@v2
30+ - uses : actions/checkout@v3
31+ - uses : actions/setup-node@v3
3232 with :
3333 node-version : 18
3434 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments