We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2652e54 commit 4a14833Copy full SHA for 4a14833
.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
5
6
test:
7
stage: test
8
- image: node:18.5.0-alpine
+ image: node:18.6.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