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 52060ef commit 1c76dbaCopy full SHA for 1c76dba
.github/workflows/main.yml
@@ -10,10 +10,12 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
- - 16
+ - 22
14
+ - 20
15
+ - 18
16
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-node@v2
17
+ - uses: actions/checkout@v4
18
+ - uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
- run: npm install
package.json
@@ -13,7 +13,7 @@
"type": "module",
"exports": "./index.js",
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=18"
},
"scripts": {
"test": "xo && ava && tsd"
0 commit comments