Skip to content

Commit edfb818

Browse files
committed
ci
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 0be7529 commit edfb818

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ name: Node CI
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- v3
77
push:
88
branches:
9-
- explore-new-api
9+
- v3
1010

1111
jobs:
1212
test:
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
node: [12.20.0, 14.13.1, 16.0.0]
17+
node: [12.20.0, 14.13.1, 16.0.0, 16, 17, 18, 19, 20, 21, 22, 23, 24]
1718
runs-on: ${{ matrix.os }}
1819
steps:
1920
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)