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 1
1
name : Publish Package to npmjs
2
+ permissions :
3
+ id-token : write
2
4
on :
3
5
push :
4
6
tags :
10
12
- uses : actions/checkout@v4
11
13
- uses : actions/setup-node@v4
12
14
with :
13
- node-version : ' 22 .x'
15
+ node-version : ' 24 .x'
14
16
registry-url : ' https://registry.npmjs.org'
15
17
- run : npm version from-git --git-tag-version=false
16
18
- run : npm ci
17
19
- run : npm run build
18
20
- run : npm publish
19
- env :
20
- NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 1
1
build :
2
- image : node:22.16 .0
2
+ image : node:24.8 .0
3
3
stage : build
4
4
script :
5
5
- npm ci
8
8
- if : $C0_UPDATE_SNAPSHOTS == null
9
9
10
10
storybook:build :
11
- image : node:22.16 .0
11
+ image : node:24.8 .0
12
12
stage : build
13
13
script :
14
14
- npm ci
@@ -29,7 +29,7 @@ storybook:build:
29
29
- if : $C0_UPDATE_SNAPSHOTS == null
30
30
31
31
test :
32
- image : node:22.16 .0
32
+ image : node:24.8 .0
33
33
stage : test
34
34
script :
35
35
- npm ci
38
38
- if : $C0_UPDATE_SNAPSHOTS == null
39
39
40
40
.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
42
42
stage : test
43
43
before_script :
44
44
- 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