Skip to content

Commit

Permalink
fix: Remove Node.js 22 from test matrix due to WebAssembly memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Feb 11, 2025
1 parent 96bdc5d commit bc53cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fe-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
node-version: [20]
fail-fast: true
steps:
- name: Checkout
Expand Down

0 comments on commit bc53cc5

Please sign in to comment.