Skip to content

Commit

Permalink
chore: Only run CI with latest Node version (#158)
Browse files Browse the repository at this point in the history
This mitigates a problem where we run into a rate limit when executing the integration test with all Node versions. In the long term, we should find a different solution so that we can run it against all active Node versions again.
  • Loading branch information
jhnns authored Feb 7, 2025
1 parent 8254189 commit e2ad27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [22.x]

concurrency:
group: ${{ github.ref }}-node-${{ matrix.node-version }}
Expand Down

0 comments on commit e2ad27c

Please sign in to comment.