Skip to content

Commit

Permalink
fix(node): downgrade node install env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 7, 2024
1 parent 4a8ec2d commit 6d1abb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"build:codegen:compile": "tsc -p tsconfig.codegen.json",
"dev": "npm-run-all build:clean dev:compile",
"dev:compile": "tsc -w -p tsconfig.json",
"preinstall": "node --version | grep 20.11.",
"postinstall": "rm -rf ../../node_modules/@josephg/resolvable/index.ts",
"test": "NODE_OPTIONS=--experimental-vm-modules vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit 6d1abb3

Please sign in to comment.