Skip to content

Commit

Permalink
Merge pull request #34 from code0-tech/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.17.0
  • Loading branch information
nicosammito authored Aug 28, 2024
2 parents 7835241 + 0b113bf commit bd83c55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.build-base:
image: node:20.16.0
image: node:20.17.0
script:
- npm ci
- npm run build
Expand Down
19 changes: 10 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sass": "^1.77.8"
},
"devDependencies": {
"@types/node": "^20.14.13",
"@types/node": "^20.16.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
Expand Down

0 comments on commit bd83c55

Please sign in to comment.