Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2024
1 parent 05ac79a commit 6881208
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache:
- node_modules

pages:
image: node:21-alpine
image: node:22-alpine
script:
- npm install
- npm run build
Expand Down
30 changes: 15 additions & 15 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 @@ -23,7 +23,7 @@
"react-markdown": "8.0.7"
},
"devDependencies": {
"@types/node": "20.17.2",
"@types/node": "22.8.2",
"@types/react": "17.0.83",
"classnames": "2.5.1",
"prettier": "3.3.3",
Expand Down

0 comments on commit 6881208

Please sign in to comment.