Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 8cebd07

Browse files
authored
SWI-3389 Version Lock Cypress on Node v20 (#1141)
* SWI-3389 Version Lock Cypress on Node v20 * trigger CI/CD
1 parent 72784b4 commit 8cebd07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-publish-docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
node-version: [16, 18, 20]
28+
node-version: [16, 18, 20.5.1]
2929
browser: [chrome]
3030
exclude:
3131
- node-version: 16

.github/workflows/publish-docsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [16, 18, 20]
21+
node-version: [16, 18, 20.5.1]
2222
browser: [chrome]
2323
exclude:
2424
- node-version: 16
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
node-version: [16, 18, 20]
122+
node-version: [16, 18, 20.5.1]
123123
browser: [chrome]
124124
exclude:
125125
- node-version: 16

0 commit comments

Comments
 (0)