Skip to content

Commit

Permalink
fix: bump pnpm and node versions for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphazardous committed Aug 2, 2024
1 parent 0ef635e commit 9699d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "18"
NPM_FLAGS = "--version" # prevent Netlify npm install

[[redirects]]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "histoire-monorepo",
"version": "0.17.17",
"private": true,
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@9.4.0",
"repository": {
"url": "https://github.com/Akryum/histoire.git",
"type": "git"
Expand Down

0 comments on commit 9699d7d

Please sign in to comment.