Skip to content

Commit d6bd8c6

Browse files
author
Fundraising Tech
committed
Update Node.js to v19
1 parent e4e8946 commit d6bd8c6

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)