File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11name : Release
22
3+ permissions :
4+ id-token : write
5+ contents : read
6+
37on :
48 workflow_dispatch : ~
59 push :
2226 - name : Setup Node
2327 uses : actions/setup-node@v4
2428 with :
25- node-version : 22
29+ node-version : " current "
2630 cache : " pnpm"
31+ registry-url : " https://registry.npmjs.org"
2732
2833 - name : Install dependencies
2934 run : pnpm install --frozen-lockfile
4146 run : pnpm build
4247
4348 - name : Publish to npm
44- run : pnpm publish --no-git-checks
45- env :
46- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
49+ run : |
50+ npm publish
Original file line number Diff line number Diff line change 7676 "typescript" : " ^5.8.3" ,
7777 "vitest" : " ^3.2.4"
7878 },
79- "packageManager" : " pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad " ,
79+ "packageManager" : " pnpm@10.29.1 " ,
8080 "engines" : {
8181 "node" : " >= 20"
8282 },
8383 "publishConfig" : {
8484 "access" : " public"
8585 },
8686 "devEngines" : {
87- "packageManager" : {
88- "name" : " pnpm" ,
89- "version" : " >= 10.0.0" ,
90- "onFail" : " download"
91- },
9287 "runtime" : {
9388 "name" : " node" ,
9489 "version" : " >= 20"
You can’t perform that action at this time.
0 commit comments