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 28, 2024
1 parent 60f77c8 commit ac84d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itinerant_npm_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest] # , macos-latest, ubuntu-latest]
node-version: [12.x, 14.x, 16.x, 18.x, lts, latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, latest]
runs-on: ${{ matrix.os }}
steps:
#- uses: actions/checkout@v4
Expand Down

0 comments on commit ac84d7e

Please sign in to comment.