Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 908d0a1

Browse files
committed
chore: Update CI
1 parent 484cb1d commit 908d0a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ jobs:
66
integration:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: [macos-latest, windows-latest, ubuntu-latest]
11-
node-version: [14.x, 16.x, 18.x]
12+
node-version: [16.x, 18.x, 20.x]
1213

1314
steps:
1415
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
10-
node-version: [14.x, 16.x, 18.x]
11+
node-version: [16.x, 18.x, 20.x]
1112

1213
steps:
1314
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)