Skip to content

Commit

Permalink
feat: Lock to NodeJS v10.16.3, #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 10, 2022
1 parent 91cd539 commit 8fde270
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PERCENTAGE=20%
PERCENTAGE=4.0%
INPUT_FORMAT=shp
OUTPUT_FORMAT=shapefile
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.16.3
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "^10.16.3",
"npm": "6.9.0"
},
"scripts": {
"start": "node src/index",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 8fde270

Please sign in to comment.