Skip to content

Commit

Permalink
Update node-ci.yml to remove node 19
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Apr 11, 2024
1 parent 54177db commit 17484bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Testing on ${{ matrix.os }} with Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down

0 comments on commit 17484bb

Please sign in to comment.