Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent e3b424f commit ce11c4c
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:16-alpine AS base
FROM node:20-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 <=16"
"node": ">=14 <=20"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ce11c4c

Please sign in to comment.