File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 - name : Set up Node.js
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : 16
30+ node-version : 20
3131 registry-url : ' https://registry.npmjs.org'
3232
3333 - name : Install packages
4040 run : yarn lint
4141 - name : Deploy to NPM
4242 if : github.repository_owner == 'Authress-Engineering' && github.ref != 'refs/heads/main' && github.event_name == 'push'
43- run : npm publish
44- env :
45- NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
43+ run : |
44+ npm install -g npm@latest
45+ npm publish
4646
4747 - name : After build
4848 if : github.repository_owner == 'Authress-Engineering' && github.ref != 'refs/heads/main' && github.event_name == 'push'
7272 path : ' site'
7373 - name : Deploy to GitHub Pages
7474 id : deployment
75- uses : actions/deploy-pages@v4
75+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments