File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 checks :
1010 runs-on : ubuntu-20.04
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-node@v1
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-node@v3
1414 with :
15- node-version : ' 16.x'
16- registry-url : ' https://registry.npmjs.org'
17- - uses : actions/cache@v2
15+ node-version : 16
16+ - uses : actions/cache@v3
1817 with :
1918 path : ~/.npm
2019 key : ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v3
1111 - uses : actions/create-release@v1
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1616 release_name : Release ${{ github.ref }}
1717 draft : false
1818 prerelease : false
19- - uses : actions/setup-node@v1
19+ - uses : actions/setup-node@v3
2020 with :
21- node-version : ' 16.x'
22- registry-url : ' https://registry.npmjs.org'
21+ node-version : 16
2322 - run : npm ci
2423 - run : npm publish
2524 env :
You can’t perform that action at this time.
0 commit comments