Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Nov 22, 2023
1 parent f6e4601 commit 7c7fad8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.arch }}
- name: Setup msvs_version
if: ${{ matrix.os == 'windows-latest' && matrix.node < 16}}
run: npm config set msvs_version 2022
- name: Install
run: npm install
- name: Test
Expand Down

0 comments on commit 7c7fad8

Please sign in to comment.