File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v*' # only run if new tag is pushed
7+
8+ permissions :
9+ id-token : write # Required for OIDC
10+ contents : read
11+
712jobs :
813 test :
914 runs-on : ubuntu-latest
1015 steps :
11- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1217 - name : Install Node
13- uses : actions/setup-node@v4
18+ uses : actions/setup-node@v6
1419 with :
15- node-version : 20
20+ node-version : 24
21+ registry-url : ' https://registry.npmjs.org'
1622 - name : Install dependencies and build
1723 run : yarn
18- - uses : JS-DevTools/npm-publish@v3
19- with :
20- token : ${{ secrets.NPM_TOKEN }}
21- strategy : all # will publish any version that does not yet exist in the registry
24+ - name : Publish to NPM
25+ run : yarn publish --non-interactive
You can’t perform that action at this time.
0 commit comments