Skip to content

Commit d7b6c2e

Browse files
committed
ci: skip cypress binary download as we don't need it in linting
1 parent 89e08a5 commit d7b6c2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- windows-latest
2121
node-version:
2222
- 20
23+
env:
24+
CYPRESS_INSTALL_BINARY: 0
2325
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
2426
steps:
2527
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)