Skip to content

Commit

Permalink
chore(deps): update node.js to v21.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent c7cb192 commit 7fec6ce
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:21.5.0-alpine
image: node:21.6.0-alpine
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
artifacts:
paths:
Expand All @@ -18,7 +18,7 @@ test:

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

pages:
stage: pages
image: node:21.5.0-alpine
image: node:21.6.0-alpine
script:
- npm ci
- npm run build
Expand Down

0 comments on commit 7fec6ce

Please sign in to comment.