Skip to content

Commit

Permalink
Hello Node 18.x, goodbye Node 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Oct 30, 2022
1 parent 52c5714 commit 995fa8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
node:
- 12.x
- 14.x
- 16.x
- 18.x
eslint:
- 7
- 8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This plugin is inspired by [eslint-plugin-filenames](https://github.com/selaux/e

## Requirements

- [Node.js](https://nodejs.org/en/download/): 12.x, 14.x, 16.x
- [Node.js](https://nodejs.org/en/download/): 14.x, 16.x, 18.x
- [ESLint](https://eslint.org/): 7.x, 8.x

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"eslint": ">=7.0.0 <9.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.0.0 || ^16.0.0"
"node": "^14.17.0 || ^16.0.0 || ^18.0.0"
}
}

0 comments on commit 995fa8a

Please sign in to comment.