Skip to content

Commit

Permalink
use builtin engine-strict to force compatible node version
Browse files Browse the repository at this point in the history
  • Loading branch information
deej-io committed Jul 29, 2024
1 parent 81deb84 commit e958f28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 26 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ dist
.env.test.local
.env.production.local

.npmrc
.nx

.envrc
.direnv
flake.*
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
23 changes: 0 additions & 23 deletions check-node-version.js

This file was deleted.

1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"node": "20.x"
},
"scripts": {
"preinstall": "node check-node-version.js",
"build": "lerna run --stream build",
"start": "npm run start -w @example/multi-user-3d-web-experience-server",
"iterate": "npm run build && lerna run --parallel --stream iterate",
Expand Down

0 comments on commit e958f28

Please sign in to comment.