Skip to content

Commit d017d38

Browse files
authored
Breaking: drop node v10/13/v15 (fixes #501) (#502)
* Breaking: drop node v10/13/v15 (fixes #501) * Update ci.yml
1 parent e71162c commit d017d38

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
node: [16.x, 15.x, 14.x, 13.x, 12.x]
30+
node: [16.x, 14.x, 12.x, "12.22.0"]
3131
include:
3232
- os: windows-latest
3333
node: "12.x"
@@ -45,21 +45,3 @@ jobs:
4545
run: npm run build
4646
- name: Run tests
4747
run: npm run unit
48-
testNode10:
49-
name: Test Node 10.x
50-
strategy:
51-
matrix:
52-
os: [ubuntu-latest]
53-
node: [10.x, "10.12.0"]
54-
runs-on: ${{ matrix.os }}
55-
steps:
56-
- uses: actions/checkout@v2
57-
- uses: actions/setup-node@v1
58-
with:
59-
node-version: ${{ matrix.node }}
60-
- name: Install dependencies
61-
run: npm install
62-
- name: Build commonjs
63-
run: npm run build
64-
- name: Run tests
65-
run: npm run unit:cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"espree.js"
2424
],
2525
"engines": {
26-
"node": "^10.12.0 || >=12.0.0"
26+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2727
},
2828
"repository": "eslint/espree",
2929
"bugs": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy