We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb90e7 commit 336984eCopy full SHA for 336984e
.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
5
6
test:
7
stage: test
8
- image: node:24.11.0-alpine
+ image: node:24.11.1-alpine
9
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
10
artifacts:
11
paths:
@@ -18,7 +18,7 @@ test:
18
19
publish:
20
stage: publish
21
22
only:
23
- tags
24
script:
@@ -31,7 +31,7 @@ publish:
31
32
pages:
33
stage: pages
34
35
36
- npm ci
37
- npm run build
0 commit comments