We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96348a commit 4bc87b8Copy full SHA for 4bc87b8
.github/workflows/e2e-cache.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install pnpm
49
uses: pnpm/action-setup@v2
50
with:
51
- version: 6.9.0
+ version: 6.10.0
52
- name: Generate pnpm file
53
run: pnpm install
54
- name: Remove dependencies
@@ -131,4 +131,4 @@ jobs:
131
run: yarn install
132
- name: Verify node and yarn
133
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
134
- shell: bash
+ shell: bash
0 commit comments