Skip to content

Commit 51f4f33

Browse files
committed
Add more versions to test matrix
1 parent 9032a1e commit 51f4f33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
17.x,
6666
18.x,
6767
19.x,
68+
20.x,
69+
21.x,
70+
22.x,
71+
23.x,
72+
24.x,
6873
]
6974
include:
7075
- command: test
@@ -107,7 +112,7 @@ jobs:
107112
runs-on: ubuntu-latest
108113
strategy:
109114
matrix:
110-
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x]
115+
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x]
111116
steps:
112117
- name: Checkout repo
113118
uses: actions/checkout@v4

0 commit comments

Comments
 (0)