There was an error while loading. Please reload this page.
1 parent 894c0c2 commit 0321a32Copy full SHA for 0321a32
1 file changed
.github/workflows/test.yaml
@@ -9,10 +9,6 @@ jobs:
9
strategy:
10
matrix:
11
environment:
12
- - node-version: '14.17'
13
- node-options: --experimental-abortcontroller
14
- - node-version: 16.x
15
- - node-version: 18.x
16
- node-version: 20.x
17
- node-version: 22.x
18
@@ -36,7 +32,7 @@ jobs:
36
32
with:
37
33
node-version: ${{ matrix.environment.node-version }}
38
34
39
- - run: yarn install --frozen-lockfile --ignore-engines
35
+ - run: yarn install --frozen-lockfile
40
41
- env:
42
NODE_OPTIONS: ${{ matrix.environment.node-options }}
0 commit comments