Skip to content

Commit

Permalink
chore(deps): update node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 9fb536a commit cb1f631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/lolisafe/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye
FROM node:20.15.0-bullseye

WORKDIR /usr/lolisafe
COPY package.json yarn.lock ./
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
},
"engines": {
"node": ">=18.17.0"
"node": ">=20.15.0"
},
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -91,7 +91,7 @@
"stylelint-config-standard-scss": "~11.1.0"
},
"volta": {
"node": "20.11.1",
"node": "20.15.0",
"yarn": "1.22.21"
}
}

0 comments on commit cb1f631

Please sign in to comment.