Skip to content

Commit e3bd893

Browse files
authored
fix:downgrade node version (#615)
1 parent 9490fdf commit e3bd893

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.4.0
1+
22.0.0

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"OrbitControls",
7979
"camera"
8080
],
81-
"packageManager": "npm@11.4.2+sha512-+QweyLIHtiXW7bZpOu8j2ss5w45CF/6MRqlz8RnKs5KsDeI/4/B+WDGI2un9kQizhFrW9SW1mHQr0GDrrWC/8w==",
81+
"packageManager": "npm@10.5.1+sha512-RozZuGuWbbhDM2sRhOSLIRb3DLyof6TREi0TW5b3xUEBropDhDqEHv0iAjA1zsIwXKgfIkR8GvQMd4oeKKg9eQ==",
8282
"engines": {
83-
"node": ">=24.4.0",
84-
"npm": ">=11.4.2"
83+
"node": ">=22.0.0",
84+
"npm": ">=10.5.1"
8585
}
8686
}

0 commit comments

Comments
 (0)