File tree Expand file tree Collapse file tree 5 files changed +68
-74
lines changed Expand file tree Collapse file tree 5 files changed +68
-74
lines changed Original file line number Diff line number Diff line change 11name : Publish Package to npmjs
2+ permissions :
3+ id-token : write
24on :
35 push :
46 tags :
1012 - uses : actions/checkout@v4
1113 - uses : actions/setup-node@v4
1214 with :
13- node-version : ' 22 .x'
15+ node-version : ' 24 .x'
1416 registry-url : ' https://registry.npmjs.org'
1517 - run : npm version from-git --git-tag-version=false
1618 - run : npm ci
1719 - run : npm run build
1820 - run : npm publish
19- env :
20- NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 11build :
2- image : node:22.16 .0
2+ image : node:24.8 .0
33 stage : build
44 script :
55 - npm ci
88 - if : $C0_UPDATE_SNAPSHOTS == null
99
1010storybook:build :
11- image : node:22.16 .0
11+ image : node:24.8 .0
1212 stage : build
1313 script :
1414 - npm ci
@@ -29,7 +29,7 @@ storybook:build:
2929 - if : $C0_UPDATE_SNAPSHOTS == null
3030
3131test :
32- image : node:22.16 .0
32+ image : node:24.8 .0
3333 stage : test
3434 script :
3535 - npm ci
3838 - if : $C0_UPDATE_SNAPSHOTS == null
3939
4040.storybook:test:base :
41- image : ghcr.io/code0-tech/build-images/node-playwright:162 .1-node-22.16
41+ image : ghcr.io/code0-tech/build-images/node-playwright:196 .1-node-24.8
4242 stage : test
4343 before_script :
4444 - source ~/.asdf/asdf.sh
Original file line number Diff line number Diff line change 1- nodejs 22.16 .0
1+ nodejs 24.8 .0
You can’t perform that action at this time.
0 commit comments