Skip to content

Commit

Permalink
fix: next build error with node v23, workaround is to downgrade to 22 (
Browse files Browse the repository at this point in the history
…#230)

Co-authored-by: Bayheck <[email protected]>
  • Loading branch information
Bayheck and Bayheck authored Nov 8, 2024
1 parent a9a9391 commit 2abb720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: DevExpress/testcafe-build-system/actions/prepare@main
with:
node-version: 'latest'
node-version: '22'

- run: npm ci --legacy-peer-deps
- run: npm run test

0 comments on commit 2abb720

Please sign in to comment.