Skip to content

Commit

Permalink
Update node_on_three_oses.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 7, 2025
1 parent af4ad45 commit bf8c672
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/node_on_three_oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
fail-fast: false
max-parallel: 16
matrix:
node-version: [22] # , 18, 20, 21]
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
node-version: [23] # [18, 20, 22, 23]
os: [macos-13, macos-15, macos-latest, ubuntu-latest, windows-latest, windows-2025]
runs-on: ${{ matrix.os }}
steps:
# - uses: actions/checkout@v4
Expand All @@ -31,3 +31,7 @@ jobs:
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"
- if: runner.os == "Windows"
run: vswhere -legacy -latest -property installationPath
- if: runner.os == "Windows"
run: vswhere -latest -property installationPath

0 comments on commit bf8c672

Please sign in to comment.