Skip to content

Commit

Permalink
chore: Add engines field
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 29, 2020
1 parent 8eef9fc commit aeba654
Show file tree
Hide file tree
Showing 2 changed files with 5 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
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": "2.4.4",
"description": "GitHub Actions for Hugo",
"main": "lib/index.js",
"engines": {
"node": ">=12.14.1",
"npm": ">=6.13.7"
},
"scripts": {
"lint": "eslint ./{src,__tests__}/**/*.ts",
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
Expand Down

0 comments on commit aeba654

Please sign in to comment.