Skip to content

Commit 1d3b439

Browse files
committed
At least these are quick experiments.
1 parent d125166 commit 1d3b439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
node-version: "22"
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm install
2424

2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm install
2727
working-directory: e2e
2828

2929
- name: Run integration tests

0 commit comments

Comments
 (0)