Skip to content

Commit

Permalink
chore(deps): update node.js to v22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 17276a3 commit 8e1ca45
Showing 1 changed file with 3 additions and 3 deletions.
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:22.12.0-alpine
image: node:22.13.0-alpine
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
artifacts:
paths:
Expand All @@ -18,7 +18,7 @@ test:

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

pages:
stage: pages
image: node:22.12.0-alpine
image: node:22.13.0-alpine
script:
- npm ci
- npm run build
Expand Down

0 comments on commit 8e1ca45

Please sign in to comment.