Skip to content

Commit

Permalink
Add node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 12, 2021
1 parent ee5ddea commit bfb520b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
"repository": "https://github.com/sibiraj-s/action-eslint.git",
"bugs": "https://github.com/sibiraj-s/action-eslint/issues",
"homepage": "https://github.com/sibiraj-s/action-eslint#readme",
"main": "lib/main.js",
"engines": {
"node": ">=16"
},
"keywords": [
"eslint",
"github-action",
"lint-files-changed",
"ci"
],
"main": "lib/main.js",
"scripts": {
"lint": "eslint . --ext js,ts",
"build": "tsc",
Expand Down

0 comments on commit bfb520b

Please sign in to comment.