Skip to content

Commit af92e32

Browse files
committed
Run CI tests on more versions
1 parent 2954e7e commit af92e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
operating-system: ['ubuntu-latest']
35+
operating-system: ['ubuntu-latest', 'windows-latest']
3636
# https://nodejs.org/en/about/releases/
37-
node-version: ['12', '14', '16', '17']
37+
node-version: ['10', '12', '14', '16', '17']
3838

3939
steps:
4040
- name: Checkout

0 commit comments

Comments
 (0)