Skip to content

Commit 150903d

Browse files
committed
tech: update cypress workflows
1 parent d9f9efa commit 150903d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cypress-firefox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: 20.x
11+
node-version: 22.x
1212
cache: "npm"
1313
- run: npm ci
1414
- run: npm run build

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: 20.x
11+
node-version: 22.x
1212
cache: "npm"
1313
- run: npm ci
1414
- run: npm test

0 commit comments

Comments
 (0)