Skip to content

Commit 2ab5879

Browse files
authored
ci(test and release): run tests against node 18, 20 and 21 (#509)
fix #508
1 parent 0a285cc commit 2ab5879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node_version: [16]
12+
node_version: [16, 18, 20, 21]
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node_version: [16]
13+
node_version: [16, 18, 20, 21]
1414

1515
steps:
1616
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)