Skip to content

Commit

Permalink
Update dependency node to v20.16.0 (#9163)
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] committed Jul 24, 2024
1 parent 1f298cf commit 4961e64
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.15.1
ARG NODE_VERSION=20.16.0

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 @@ -157,13 +157,13 @@
}
},
"engines": {
"node": "20.15.1",
"node": "20.16.0",
"pnpm": "9.6.0"
},
"ember": {
"edition": "octane"
},
"volta": {
"node": "20.15.1"
"node": "20.16.0"
}
}

0 comments on commit 4961e64

Please sign in to comment.