Skip to content

Commit deddd81

Browse files
committed
feat!: drop Node 10, 12
1 parent da68498 commit deddd81

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
node: [ '10', '12', '14', '16', '18' ]
24+
node: [ '14', '16', '18' ]
2525
name: Node ${{ matrix.node }} tests
2626
steps:
2727
- uses: actions/checkout@v3

Diff for: package.json

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"npm-run-all": "^4.1.5",
3333
"prettier": "^2.0.0"
3434
},
35+
"peerDependencies": {
36+
"eslint": ">= 7"
37+
},
38+
"engines": {
39+
"node": "^14.18.0 || ^16.0.0 || >=18.0.0"
40+
},
3541
"license": "MIT",
3642
"directories": {
3743
"test": "tests"

0 commit comments

Comments
 (0)