Skip to content

Commit

Permalink
Update dependency node to v20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 77d55e9 commit c2acc4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=node depName=node
ARG NODE_VERSION=20.12.1
ARG NODE_VERSION=20.12.2

FROM node:${NODE_VERSION}-alpine

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@
}
},
"engines": {
"node": "20.12.1",
"node": "20.12.2",
"pnpm": "8.15.6"
},
"ember": {
"edition": "octane"
},
"volta": {
"node": "20.12.1"
"node": "20.12.2"
}
}

0 comments on commit c2acc4a

Please sign in to comment.