Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:

test:
stage: test
image: node:24.11.0-alpine
image: node:24.11.1-alpine
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
artifacts:
paths:
Expand All @@ -18,7 +18,7 @@ test:

publish:
stage: publish
image: node:24.11.0-alpine
image: node:24.11.1-alpine
only:
- tags
script:
Expand All @@ -31,7 +31,7 @@ publish:

pages:
stage: pages
image: node:24.11.0-alpine
image: node:24.11.1-alpine
script:
- npm ci
- npm run build
Expand Down
Loading