Skip to content

Commit

Permalink
ci: update windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Sep 3, 2023
1 parent 334b535 commit e708274
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,22 @@ jobs:
- commitlint
- codelint
- test-linux
runs-on: 'windows-2019'
runs-on: ${{ matrix.os }}
env:
MSSQL_PASSWORD: 'yourStrong(!)Password'
strategy:
matrix:
arch: [x64, x86]
os: [windows-2022]
node-version: [14.x, 16.x, 18.x]
sql-version: [2008, 2012, 2014, 2016, 2017, 2019, 2022]
sql-version: [2016, 2017, 2019, 2022]
include:
- os: windows-2019
sql-version: 2008
- os: windows-2019
sql-version: 2012
- os: windows-2019
sql-version: 2014
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit e708274

Please sign in to comment.