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 4be9211 commit 329e219Copy full SHA for 329e219
.github/workflows/build.yml
@@ -12,17 +12,14 @@ jobs:
12
fail-fast: false
13
matrix:
14
node-version:
15
- - 12
16
- - 14
17
- - 16
18
- architecture:
19
- - x64
+ - 18
+ - 20
+ - latest
20
steps:
21
- - uses: actions/checkout@v2
22
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
23
with:
24
node-version: ${{ matrix.node-version }}
25
- architecture: ${{ matrix.architecture }}
26
- run: yarn --frozen-lockfile
27
- run: yarn lint
28
- run: yarn test
package.json
@@ -25,6 +25,6 @@
"mocha": "^9.1.1"
},
"engines": {
- "node": ">=12"
+ "node": ">=18"
29
}
30
0 commit comments