Skip to content

Commit

Permalink
Add "volta" settings to package.json and update node-version (#2994)
Browse files Browse the repository at this point in the history
(meta)
  • Loading branch information
JuanM04 authored Nov 22, 2021
1 parent 3a1ea75 commit 8420f6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
14.18.1
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"engines": {
"node": ">=12"
},
"volta": {
"node": "14.18.1",
"yarn": "1.22.17"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
Expand Down

0 comments on commit 8420f6d

Please sign in to comment.