Skip to content

Commit f753162

Browse files
authored
Merge pull request #1336 from thewtex/cypress-bump
cypress bump
2 parents f93ffc2 + 17c6446 commit f753162

File tree

3 files changed

+38
-25
lines changed

3 files changed

+38
-25
lines changed

.github/workflows/python-wasm.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ jobs:
5151
with:
5252
run_install: true
5353

54+
- uses: nick-fields/retry@v3
55+
if: ${{ matrix.os == 'ubuntu-22.04' }}
56+
with:
57+
max_attempts: 5
58+
timeout_minutes: 10
59+
command: ./src/docker/pull.sh --no-debug
60+
5461
- name: Build build:gen:python
5562
if: ${{ matrix.os == 'ubuntu-24.04' }}
5663
run: |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "itk-wasm-workspace",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.4.0",
5+
"packageManager": "pnpm@10.5.2",
66
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
77
"type": "module",
88
"directories": {
@@ -42,7 +42,7 @@
4242
"@shoelace-style/shoelace": "^2.12.0",
4343
"start-server-and-test": "^2.0.4",
4444
"ava": "^6.1.3",
45-
"cypress": "^14.0.3"
45+
"cypress": "^14.1.0"
4646
}
4747
},
4848
"commitlint": {

pnpm-lock.yaml

Lines changed: 29 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)