Merge pull request #7 from sesamyab/danielgent/ch217/fix-node-version

Danielgent/ch217/fix node version
This commit is contained in:
Daniel Gent 2021-08-25 14:16:13 +02:00 committed by GitHub
commit 75beec4c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
14

View File

@ -17,7 +17,7 @@
"sideEffects": false,
"license": "MIT",
"engines": {
"node": ">=14.x"
"node": "14.x"
},
"dependencies": {
"@react-spring/web": "^9.2.1",