Skip to content

Commit

Permalink
chore(deps): update node.js to v22 (#433)
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 Jan 5, 2025
1 parent 2534cfb commit 43249ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:20-alpine AS base
FROM node:22-alpine AS base
## Install build toolchain, install node deps and compile native add-ons
RUN apk add --no-cache python3 make g++
# set working directory
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "James Mortemore ([email protected])",
"license": "MIT",
"engines": {
"node": ">=14 <=20"
"node": ">=14 <=22"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 43249ff

Please sign in to comment.