Skip to content

Commit

Permalink
removed node 22 from ci to debug a testcase failiour
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Oct 4, 2024
1 parent 14199dc commit 0f6cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest, ARM64]
node: [ 18, 20, 22 ]
node: [ 18, 20 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 0f6cb15

Please sign in to comment.