Skip to content

Commit 4bc87b8

Browse files
Bump e2e tests to 6.10.0
1 parent b96348a commit 4bc87b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install pnpm
4949
uses: pnpm/action-setup@v2
5050
with:
51-
version: 6.9.0
51+
version: 6.10.0
5252
- name: Generate pnpm file
5353
run: pnpm install
5454
- name: Remove dependencies
@@ -131,4 +131,4 @@ jobs:
131131
run: yarn install
132132
- name: Verify node and yarn
133133
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
134-
shell: bash
134+
shell: bash

0 commit comments

Comments
 (0)