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

Lines changed: 1 addition & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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)
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