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 94f4ff4 commit 950ba0eCopy full SHA for 950ba0e
.github/workflows/tests.yaml
@@ -7,9 +7,10 @@ jobs:
7
strategy:
8
matrix:
9
node-version:
10
- - 14.x
11
- 18.x
12
- - 19.x
+ - 20.x
+ - 22.x
13
+ - 23.x
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v4
package.json
@@ -25,7 +25,7 @@
25
"lint": "eslint --cache lib bin/* test test/bin/* && echo ✓"
26
},
27
"engines": {
28
- "node": ">= 12"
+ "node": ">= 18"
29
30
"dependencies": {
31
"browserslist": "~4.21.4",
0 commit comments