Skip to content

Commit

Permalink
Update Node.js to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent b9f554a commit c69a6d1
Show file tree
Hide file tree
Showing 3 changed files with 6 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.14.0
image: node:20.15.0
script:
- npm ci
- npm run build
Expand Down
8 changes: 4 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.77.6"
},
"devDependencies": {
"@types/node": "^20.14.6",
"@types/node": "^20.14.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
Expand Down

0 comments on commit c69a6d1

Please sign in to comment.