Skip to content

Commit

Permalink
Merge pull request #208 from buggregator/fix-ci-test-build
Browse files Browse the repository at this point in the history
downgrade node 22.5 to 22.4 in test workflow
  • Loading branch information
Kreezag committed Jul 21, 2024
2 parents c9b1311 + 4ab7659 commit a781276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a781276

Please sign in to comment.