Skip to content

Commit f3f8002

Browse files
committed
Merge branch 'renovate/node-19.x' into 'main'
Update Node.js to v19 See merge request fun-tech/shutterbug!67
2 parents 673a01a + d6bd8c6 commit f3f8002

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stages:
44
- deploy
55

66
test:
7-
image: node:17-alpine
7+
image: node:19-alpine
88
stage: test
99
script:
1010
- npm install
@@ -22,7 +22,7 @@ test:
2222
path: coverage/cobertura-coverage.xml
2323

2424
build-artifacts:
25-
image: node:18-alpine
25+
image: node:19-alpine
2626
stage: package
2727
script:
2828
- npm install

0 commit comments

Comments
 (0)