Skip to content

Commit c9c8341

Browse files
chore(deps): update node.js to v24.11.1
1 parent 8e79933 commit c9c8341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55

66
test:
77
stage: test
8-
image: node:24.11.0-alpine
8+
image: node:24.11.1-alpine
99
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
1010
artifacts:
1111
paths:
@@ -18,7 +18,7 @@ test:
1818

1919
publish:
2020
stage: publish
21-
image: node:24.11.0-alpine
21+
image: node:24.11.1-alpine
2222
only:
2323
- tags
2424
script:
@@ -31,7 +31,7 @@ publish:
3131

3232
pages:
3333
stage: pages
34-
image: node:24.11.0-alpine
34+
image: node:24.11.1-alpine
3535
script:
3636
- npm ci
3737
- npm run build

0 commit comments

Comments
 (0)