Skip to content

Commit bfd7dfa

Browse files
committed
Target same Node.js versions as AVA 6
1 parent c3d1833 commit bfd7dfa

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [^14.19, ^16.15, ^18, ^20, ^21]
16+
node-version: [^18.18, ^20.8, ^21]
1717
os: [ubuntu-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
- name: Install npm@8 for Node.js 14
24-
if: matrix.node-version == '^14.19'
25-
run: npm install --global npm@^8
2623
- run: npm install --no-audit
2724
- run: npm test
2825
- uses: codecov/codecov-action@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.1.0",
44
"description": "TypeScript provider for AVA",
55
"engines": {
6-
"node": "^14.19 || ^16.15 || ^18 || ^20 || ^21"
6+
"node": "^18.18 || ^20.8 || ^21"
77
},
88
"files": [
99
"index.js"

0 commit comments

Comments
 (0)