We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.npmrc
1 parent 2068321 commit e46f53eCopy full SHA for e46f53e
.github/workflows/tests.yml
@@ -47,6 +47,7 @@ jobs:
47
install: false
48
start: pnpm --filter tests start --host 127.0.0.1 --port 3000
49
wait-on: "http://127.0.0.1:3000"
50
+ wait-on-timeout: 120
51
browser: chromium
52
53
- name: E2E Firefox
@@ -56,4 +57,5 @@ jobs:
56
57
58
59
60
61
browser: firefox
.nvmrc
@@ -1 +1 @@
1
-22.13.1
+22.19.0
0 commit comments