Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
chore: set min node version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Feb 11, 2021
1 parent f0370f2 commit 7014682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"files": [
"lib/**/*"
],
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"dev": "nodemon",
"build": "rimraf lib && tsc",
Expand Down

0 comments on commit 7014682

Please sign in to comment.