We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e6a9c commit db12f7cCopy full SHA for db12f7c
.github/workflows/tests.yaml
@@ -1,18 +1,18 @@
1
-name: tests
2
on:
3
- push
+
4
jobs:
5
- build:
+ test:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
node-version:
10
- - 14.x
11
- - 18.x
12
- - 19.x
+ - 20.x
+ - 22.x
+ - 24.x
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v5
+ - uses: actions/setup-node@v6
16
with:
17
node-version: ${{ matrix.node-version }}
18
- run: npm install-test
package.json
@@ -25,7 +25,7 @@
25
"lint": "eslint --cache lib bin/* test test/bin/* && echo ✓"
26
},
27
"engines": {
28
- "node": ">= 12"
+ "node": ">= 20"
29
30
"dependencies": {
31
"browserslist": "~4.21.4",
0 commit comments