File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55 branches : ["main"]
66 paths :
77 - _packages/initia-registry/package.json
8+
89permissions :
10+ id-token : write
911 contents : read
1012
1113jobs :
@@ -16,13 +18,11 @@ jobs:
1618 # Setup .npmrc file to publish to npm
1719 - uses : actions/setup-node@v4
1820 with :
19- node-version : " 20.x "
21+ node-version : " 24 "
2022 registry-url : " https://registry.npmjs.org"
2123 - run : npm ci
2224 working-directory : ./_packages/initia-registry
2325 - run : npm run build
2426 working-directory : ./_packages/initia-registry
2527 - run : npm publish
2628 working-directory : ./_packages/initia-registry
27- env :
28- NODE_AUTH_TOKEN : ${{ secrets.NPMJS_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 66 paths :
77 - _packages/types/package.json
88
9+ permissions :
10+ id-token : write
11+ contents : read
12+
913jobs :
1014 publish_types :
1115 runs-on : ubuntu-latest
@@ -14,13 +18,11 @@ jobs:
1418 # Setup .npmrc file to publish to npm
1519 - uses : actions/setup-node@v4
1620 with :
17- node-version : " 20.x "
21+ node-version : " 24 "
1822 registry-url : " https://registry.npmjs.org"
1923 - run : npm ci
2024 working-directory : ./_packages/types
2125 - run : npm run build
2226 working-directory : ./_packages/types
2327 - run : npm publish
2428 working-directory : ./_packages/types
25- env :
26- NODE_AUTH_TOKEN : ${{ secrets.NPMJS_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments