File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 release :
44 types : [created]
55
6+ permissions :
7+ id-token : write # Required for OIDC
8+ contents : read
9+
610jobs :
711 release-check :
812 runs-on : ubuntu-latest
913 steps :
10- - uses : actions/checkout@v3
11- - uses : actions/setup-node@v3
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
1216 with :
1317 node-version : ' 18.x'
1418 registry-url : ' https://registry.npmjs.org'
@@ -27,11 +31,11 @@ jobs:
2731
2832 steps :
2933 - name : checkout repository
30- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3135 with :
3236 fetch-depth : 0
3337
34- - uses : actions/setup-node@v3
38+ - uses : actions/setup-node@v4
3539 with :
3640 node-version : ' 18.x'
3741 registry-url : ' https://registry.npmjs.org'
8488
8589 - name : Publish to npmjs
8690 run : npm publish --access public
87- env :
88- NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
You can’t perform that action at this time.
0 commit comments