File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212
1313 lint :
14-
1514 runs-on : ubuntu-latest
1615
1716 steps :
18- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1918
2019 - name : Setup Node
21- uses : actions/setup-node@v2
20+ uses : actions/setup-node@v3
2221 with :
2322 node-version : 16
2423 cache : ' npm'
4140 steps :
4241 - uses : actions/checkout@v3
4342
44- - name : Setup Node.js ${{ matrix.node-version }}
43+ - name : Setup node ${{ matrix.node-version }}
4544 uses : actions/setup-node@v3
4645 with :
4746 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 3232 publish : npm run release
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
35+ NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments