Skip to content

Commit

Permalink
Merge pull request #49 from B-urb/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v20
  • Loading branch information
B-urb authored Feb 23, 2024
2 parents 87db126 + 80ee906 commit 02af718
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stages:


.build:
image: node:18
image: node:20
stage: build

script:
Expand Down Expand Up @@ -61,7 +61,7 @@ build-docker:
- when: manual

release:
image: node:18 # Requires GIT
image: node:20 # Requires GIT
stage: release
allow_failure: true
rules:
Expand Down
16 changes: 12 additions & 4 deletions deploy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webapp-kubernetes-typescript",
"devDependencies": {
"@types/node": "^16"
"@types/node": "^20.0.0"
},
"dependencies": {
"typescript": "^4.0.0",
Expand Down

0 comments on commit 02af718

Please sign in to comment.