Skip to content

Commit 4abc9ee

Browse files
committed
test on more versions
1 parent 1fdecad commit 4abc9ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [8]
12+
node-version:
13+
- '8'
14+
- '12'
15+
- '20'
1316
steps:
1417
- uses: actions/checkout@v4
1518
- name: Setup Python 3.8

0 commit comments

Comments
 (0)