Run CI tests on more versions

This commit is contained in:
Jakob Linskeseder
2021-12-03 22:52:16 +01:00
committed by Jay Linski
parent 2954e7ea66
commit af92e32822
+2 -2
View File
@@ -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