Skip to content

Commit

Permalink
back to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Nov 3, 2023
1 parent 8c8f28c commit 42387ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion edgekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"homepage": "https://edgekit.deno.dev",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build.environment]
NODE_VERSION = "20"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"private": true,
"type": "module",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": "~20.9.0"
},
"devDependencies": {
"@netlify/edge-functions": "2.2.0",
"@playwright/test": "1.39.0",
Expand Down
3 changes: 3 additions & 0 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0",
"type": "module",
"private": true,
"engines": {
"node": "~20.9.0"
},
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
Expand Down

0 comments on commit 42387ae

Please sign in to comment.