File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : Node.js Package
22
33on :
4- release :
5- types : [created]
4+ push :
5+ tags :
6+ - ' v*'
67
78permissions :
89 contents : read
910 packages : write
11+ id-token : write # Required for OIDC
1012
1113jobs :
1214 build :
1517 - uses : actions/checkout@v6
1618 - uses : actions/setup-node@v6
1719 with :
18- node-version : 20
20+ node-version : 24
1921 - run : npm ci
2022 - run : npm run build
2123
2628 - uses : actions/checkout@v6
2729 - uses : actions/setup-node@v6
2830 with :
29- node-version : 20
31+ node-version : 24
3032 registry-url : https://npm.pkg.github.com/
3133 - run : npm ci
3234 - run : npm publish
4042 - uses : actions/checkout@v6
4143 - uses : actions/setup-node@v6
4244 with :
43- node-version : 20
45+ node-version : 24
4446 registry-url : https://registry.npmjs.org/
4547 - run : npm ci
4648 - run : npm publish
You can’t perform that action at this time.
0 commit comments