File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 99 - " **"
1010
1111permissions :
12- contents : write # we need to read secrets
12+ id-token : write
13+ contents : read # we need to read secrets
1314
1415jobs :
1516 test :
2122 - name : Use Node.js
2223 uses : actions/setup-node@v4
2324 with :
24- node-version : 20
25+ node-version : 24
2526
2627 - name : Install dependencies
2728 run : yarn install
7778 - uses : actions/setup-node@v4
7879 if : steps.semantic.outputs.new_release_published == 'true'
7980 with :
80- node-version : 20 .x
81+ node-version : 24 .x
8182 cache : ' npm'
8283 registry-url : ' https://registry.npmjs.org'
8384 scope : ' @staffbase'
8687 if : steps.semantic.outputs.new_release_published == 'true' && github.ref != 'refs/heads/alpha'
8788 run : |
8889 npm publish --registry=https://registry.npmjs.org --access public
89- env :
90- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments