We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7528a commit 7d3d12fCopy full SHA for 7d3d12f
.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
5
6
test:
7
stage: test
8
- image: node:24.14.1-alpine
+ image: node:24.15.0-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