Skip to content

Commit

Permalink
Run CI tests on more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylinski committed Dec 3, 2021
1 parent 2954e7e commit af92e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -32,9 +32,9 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest']
operating-system: ['ubuntu-latest', 'windows-latest']
# https://nodejs.org/en/about/releases/
node-version: ['12', '14', '16', '17']
node-version: ['10', '12', '14', '16', '17']

steps:
- name: Checkout
Expand Down

0 comments on commit af92e32

Please sign in to comment.