Skip to content

Commit 6f4d6d7

Browse files
committed
ci: bump cypress-io action to latest for node 24
1 parent 42f270f commit 6f4d6d7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx license-checker --summary --onlyAllow "$DEV_LICENSES;$PROD_LICENSES" --excludePackages "$OK_BUT_NOT_AUTODETECTED"
3535
3636
- name: Run Cypress tests for web-component
37-
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
37+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
3838
with:
3939
install: false
4040
start: |

.github/workflows/windows-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
workflow_dispatch:
67
jobs:
78
tests-on-windows:
89
runs-on: windows-latest
@@ -25,7 +26,7 @@ jobs:
2526
npx nx test:once studio-web
2627
2728
- name: Cypress run for web-component
28-
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
29+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
2930
with:
3031
install: true # fails on Windows with install: false
3132
start: |

0 commit comments

Comments
 (0)