Skip to content

Commit

Permalink
Lower the required node and pnpm versions for Cloudflare Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Nov 16, 2024
1 parent 34daacd commit a30b337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"type": "module",
"engines": {
"node": ">=18.20",
"pnpm": ">=9.7"
"node": ">=18.17",
"pnpm": ">=8.7"
},
"scripts": {
"test": "pnpm -r --stream run test",
Expand All @@ -32,4 +32,4 @@
"vitepress": "^1.5.0",
"vue": "^3.5.13"
}
}
}

0 comments on commit a30b337

Please sign in to comment.