Skip to content

Commit

Permalink
Bump node from 20.9.0-alpine to 20.10.0-alpine (#33)
Browse files Browse the repository at this point in the history
* Bump node from 20.9.0-alpine to 20.10.0-alpine

Bumps node from 20.9.0-alpine to 20.10.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump volta

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Spiss, Lukas <[email protected]>
  • Loading branch information
dependabot[bot] and Spissable authored Dec 9, 2023
1 parent 89834d1 commit 2b97cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.10.0-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vitest": "^1.0.2"
},
"volta": {
"node": "20.9.0",
"node": "20.10.0",
"npm": "10.2.1"
}
}

0 comments on commit 2b97cb1

Please sign in to comment.