Skip to content

Commit

Permalink
Bump e2e tests to 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Jul 15, 2021
1 parent b96348a commit 4bc87b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6.9.0
version: 6.10.0
- name: Generate pnpm file
run: pnpm install
- name: Remove dependencies
Expand Down Expand Up @@ -131,4 +131,4 @@ jobs:
run: yarn install
- name: Verify node and yarn
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
shell: bash
shell: bash

0 comments on commit 4bc87b8

Please sign in to comment.