Skip to content

Commit

Permalink
Skip windows CI for Node v14 (broken on GHA)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Aug 10, 2023
1 parent a22b342 commit a5d7e7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
matrix:
node-version: [14, 16, 18]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
node-version: 14

steps:
- name: Check out repo
uses: actions/checkout@v3
Expand Down

0 comments on commit a5d7e7c

Please sign in to comment.