Skip to content

Commit

Permalink
Update itinerant_npm_on_demand.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 27, 2024
1 parent e84d54a commit 12a732b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/itinerant_npm_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest] # , macos-latest, ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
runs-on: ${{ matrix.os }}
steps:
#- uses: actions/checkout@v4
#- uses: actions/setup-python@v5
# with:
# python-version: 3.x
- run: npm config list -l
- run: npm config list -l | grep msvs

0 comments on commit 12a732b

Please sign in to comment.