Skip to content

Commit d125166

Browse files
committed
Following in the footsteps of giants.
1 parent 5302340 commit d125166

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: pnpm install
23+
run: npm ci
2424

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

2929
- name: Run integration tests

0 commit comments

Comments
 (0)