Skip to content

Commit

Permalink
Adds latest LTS version of Node v14.
Browse files Browse the repository at this point in the history
Fixes #93
  • Loading branch information
reimertz committed Nov 13, 2022
1 parent e879847 commit 747c3ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14.21.1
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"lint-staged": "12.3.7",
"prettier": "2.6.2"
},
"engines": {
"node": "v14.21.1",
"npm": "6.14.13"
},
"ava": {
"files": [
"!src/strategies"
Expand Down

0 comments on commit 747c3ea

Please sign in to comment.