Skip to content

Commit

Permalink
Merge pull request #13 from code0-tech/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update Node.js to v20.13.1
  • Loading branch information
Taucher2003 authored May 24, 2024
2 parents b1e77a0 + f4f7edf commit a51a1ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.9.0
image: node:20.13.1
script:
- npm ci
- npm run build
Expand Down
9 changes: 5 additions & 4 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.75.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^20.12.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down

0 comments on commit a51a1ae

Please sign in to comment.