Skip to content

Commit 9fbd1fc

Browse files
authored
chore: Upgrade Cypress GitHub Action to use Node 18
1 parent 8e4b9d4 commit 9fbd1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: pnpm build:docs
3737
- run: cd packages/e2e && pnpm cypress install
3838

39-
- uses: cypress-io/github-action@v4.2.0
39+
- uses: cypress-io/github-action@v5.0.0
4040
with:
4141
record: true
4242
parallel: true

0 commit comments

Comments
 (0)