Skip to content

Commit cddd688

Browse files
committed
adjusted Node support matrix
1 parent 81e6a9c commit cddd688

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: tests
21
on:
32
- push
3+
44
jobs:
5-
build:
5+
test:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
99
node-version:
10-
- 14.x
11-
- 18.x
12-
- 19.x
10+
- 20.x
11+
- 24.x
12+
- latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v5
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm install-test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint --cache lib bin/* test test/bin/* && echo ✓"
2626
},
2727
"engines": {
28-
"node": ">= 12"
28+
"node": ">= 20"
2929
},
3030
"dependencies": {
3131
"browserslist": "~4.21.4",

0 commit comments

Comments
 (0)