Skip to content

Commit c630910

Browse files
committed
Update test matrix
1 parent 4c4d630 commit c630910

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ name: Test CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
7-
branches: [ master ]
7+
branches: [master]
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
strategy:
1514
matrix:
16-
node-version: [12.x, 14.x, 15.x, 16.x]
15+
node-version: [18.x, 20.x, 21.x]
1716

1817
steps:
1918
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)