Skip to content

Commit

Permalink
chore(actions): Update (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Dec 24, 2024
1 parent 9e5be42 commit 96a276c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: cypress/browsers:node18.12.0-chrome106-ff106
image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
options: --user 1001
strategy:
fail-fast: false
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress Test
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
record: true
tag: ${{ matrix.containers }}
Expand All @@ -40,4 +40,5 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CIRCLECI_KEY: ${{ secrets.CIRCLECI_KEY }}
NETLIFY_ACCESS_KEY: ${{ secrets.NETLIFY_ACCESS_KEY }}
NETLIFY_ACCESS_KEY: ${{ secrets.NETLIFY_ACCESS_KEY }}
CYPRESS_INSTALL_BINARY: 0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"vitest": "^2.1.8"
},
"resolutions": {
"cypress": "^13.16.0"
"cypress": "^13.17.0"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8945,9 +8945,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^13.16.0":
version: 13.16.0
resolution: "cypress@npm:13.16.0"
"cypress@npm:^13.17.0":
version: 13.17.0
resolution: "cypress@npm:13.17.0"
dependencies:
"@cypress/request": "npm:^3.0.6"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -8994,7 +8994,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10c0/bdda12386d5f0404ef24c9df58e8035af47ba6cdaa09619187ccbb6e69e442cfecf013d03878b9d399eb3538536bde66ad5eea2c17d99c5a56abb1e25024fba2
checksum: 10c0/159ce620e32d2785082aaa1f4f30f203dcec466df4a8e80dfa299035358772fd513c35820070ba8db52e2bf58078a372ff7009068e26967f993656e7da62e221
languageName: node
linkType: hard

Expand Down

0 comments on commit 96a276c

Please sign in to comment.