Run CI tests on more versions
This commit is contained in:
committed by
Jay Linski
parent
2954e7ea66
commit
af92e32822
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user