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] authored Nov 14, 2024
1 parent 583be04 commit c4f8be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
extra_hosts: *default-extra-hosts

watch:
image: node:20.18.0
image: node:22.11.0
working_dir: /src
command: >
/bin/bash -c './webpack_dev_server.sh --install'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"yup": "^1.0.0"
},
"engines": {
"node": "20.18.0"
"node": "22.11.0"
},
"scripts": {
"postinstall": "./webpack_if_prod.sh",
Expand Down

0 comments on commit c4f8be0

Please sign in to comment.