Skip to content

Commit 0321a32

Browse files
committed
wip
1 parent 894c0c2 commit 0321a32

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
environment:
12-
- node-version: '14.17'
13-
node-options: --experimental-abortcontroller
14-
- node-version: 16.x
15-
- node-version: 18.x
1612
- node-version: 20.x
1713
- node-version: 22.x
1814

@@ -36,7 +32,7 @@ jobs:
3632
with:
3733
node-version: ${{ matrix.environment.node-version }}
3834

39-
- run: yarn install --frozen-lockfile --ignore-engines
35+
- run: yarn install --frozen-lockfile
4036

4137
- env:
4238
NODE_OPTIONS: ${{ matrix.environment.node-options }}

0 commit comments

Comments
 (0)