Skip to content

Commit

Permalink
BACKLOG-23184: Bump Cypress version to 13.2.0 (#1760)
Browse files Browse the repository at this point in the history
* BACKLOG-23184: Bump Cypress version to 13.2.0

* Update Node version used for the static analysis
  • Loading branch information
rknj authored Sep 30, 2024
1 parent 37ebd04 commit 2e3863a
Show file tree
Hide file tree
Showing 3 changed files with 4,734 additions and 3,370 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: Jahia/jahia-modules-action/static-analysis@v2
with:
node_version: 14
node_version: 18
auditci_level: critical

build:
Expand Down
3 changes: 1 addition & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@jahia/content-editor-cypress",
"private": false,
"version": "4.2.0-tests.9",
"scripts": {
"instrument": "nyc instrument --compact=false cypress instrumented",
Expand All @@ -25,7 +24,7 @@
"@jahia/jahia-reporter": "^1.0.30",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"cypress": "12.9.0",
"cypress": "13.2.0",
"cypress-iframe": "^1.0.1",
"cypress-multi-reporters": "^1.6.2",
"cypress-slow-down": "^1.2.1",
Expand Down
Loading

0 comments on commit 2e3863a

Please sign in to comment.