Skip to content

Commit

Permalink
fix: update Node to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarolyi committed Oct 10, 2024
1 parent b192aa4 commit 3e130a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.15.1
v20.18.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0-alpine3.20 AS base
FROM node:20.18.0-alpine3.20 AS base

RUN npm install -g --ignore-scripts [email protected]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "20.15.1"
"node": "20.18.0"
}
}

0 comments on commit 3e130a6

Please sign in to comment.