Skip to content

Commit

Permalink
Merge pull request #444 from thornbill/node-version
Browse files Browse the repository at this point in the history
Add node version and npm config
  • Loading branch information
thornbill authored Sep 8, 2023
2 parents 372660f + d8766b7 commit 56aa75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
engine-strict=true
fund=false
lockfile-version=1
save-exact=true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
},
"private": true,
"engines": {
"node": "16.x",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}

0 comments on commit 56aa75d

Please sign in to comment.