Skip to content

Commit 77d5626

Browse files
author
strausr
committed
fix(ci): run test:app only on Node.js 20 for Next.js 16 compatibility
1 parent 7689754 commit 77d5626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
- run: pnpm test:app
3131
working-directory: ./next-cloudinary
32+
if: matrix.node == '20'
3233

3334
release:
3435
name: Release

0 commit comments

Comments
 (0)