Skip to content

Commit

Permalink
Remove lts/-1 from windpws build
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Nov 14, 2024
1 parent c3ed1fc commit 29a83fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
node-version: ["lts/-1", "lts/*", "node"]
os: [ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
node-version: "lts/-1"
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 29a83fe

Please sign in to comment.