Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Sep 21, 2024
1 parent 5807a72 commit 1b0d7ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,20 @@ jobs:
if: ${{ needs.path-filter.outputs.changes == 'true' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
#os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
os: [ macos-14 ]
node-version:
- lts
# Using this instead of v16.6.0 to get npm v8.1+ to fix workspace issues
- 16.12.0
- 16.13.0
- 16.14.0
- 16.15.0
- 16.16.0
- 16.17.0
- 16.18.0
steps:
# Setup and install
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1b0d7ac

Please sign in to comment.