Skip to content

Commit

Permalink
chore(deps): update node.js to v20.13.1 (#2194)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent fbd7856 commit 8f82970
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 @@ -101,7 +101,7 @@ services:
- django_media:/var/media

watch:
image: node:20.12.2
image: node:20.13.1
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 @@ -150,7 +150,7 @@
"yup": "^0.32.9"
},
"engines": {
"node": "20.12.2",
"node": "20.13.1",
"yarn": "3.x"
},
"scripts": {
Expand Down

0 comments on commit 8f82970

Please sign in to comment.