Skip to content

Commit

Permalink
Fix NodeJS and Python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed May 17, 2024
1 parent 24a2e94 commit a32f60e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
node: [16, 18, 20]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a32f60e

Please sign in to comment.