Skip to content

Commit beac029

Browse files
committed
Update package.json to match deployed version + add nvmrc
1 parent f66091e commit beac029

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16.17.1

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"start": "REACT_APP_NODE_ENV=LOCAL react-scripts start",
3636
"test": "react-scripts test --env=jsdom"
3737
},
38+
"engines": {
39+
"node": "^16.7.1"
40+
},
3841
"eslintConfig": {
3942
"extends": [
4043
"react-app",

0 commit comments

Comments
 (0)