Skip to content

Commit

Permalink
feat: update node and pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Sep 5, 2024
1 parent 6a5eac6 commit 42a9f10
Show file tree
Hide file tree
Showing 4 changed files with 15,999 additions and 13,245 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
22.8.0
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:22.8.0-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "abby",
"version": "0.0.0",
"private": true,
"workspaces": ["apps/*", "packages/*"],
"scripts": {
"build": "turbo run build",
"build:prod": "turbo run build:prod",
Expand All @@ -28,7 +27,7 @@
"turbo": "^2.0.4"
},
"engines": {
"node": ">=20.12.0"
"node": ">=22.8.0"
},
"packageManager": "pnpm@8.15.6"
"packageManager": "pnpm@9.9.0"
}
Loading

0 comments on commit 42a9f10

Please sign in to comment.