Skip to content

Commit

Permalink
Remove node v24.x from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Dec 9, 2024
1 parent 96c3485 commit d366e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x]
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d366e02

Please sign in to comment.