Skip to content

Commit

Permalink
Bump node version (#138)
Browse files Browse the repository at this point in the history
* Bump node version

* bump node version throughout

is anyone using `.nvmrc`? not sure but the comment said to keep it in
sync so i'm doing that.

---------

Co-authored-by: Conor Schaefer <[email protected]>
  • Loading branch information
grod220 and conorsch authored Nov 19, 2024
1 parent 865899b commit 055e6c2
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 @@
18
22
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Provide specific arg for setting the version of nodejs to use.
# Should match what's in .nvmrc for development.
ARG NODE_MAJOR_VERSION=18.20
ARG NODE_MAJOR_VERSION=22.11
FROM docker.io/node:${NODE_MAJOR_VERSION}-alpine AS base
RUN corepack enable pnpm

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engines": {
"node": ">=18"
"node": ">=22"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"scripts": {
Expand Down

0 comments on commit 055e6c2

Please sign in to comment.