We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9d093 commit 3639199Copy full SHA for 3639199
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
node: [18, 20, 22, 24]
13
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest, namespace-profile-windows-amd64]
14
15
runs-on: ${{ matrix.os }}
16
name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}
0 commit comments