Skip to content

Commit

Permalink
exclude node14/windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianFrank committed Sep 3, 2023
1 parent 04a9466 commit b988f9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -40,6 +40,9 @@ jobs:
matrix:
node-version: [14, 16, 18]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- node-version: 14
os: windows-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand Down

0 comments on commit b988f9b

Please sign in to comment.