Bump e2e tests to 6.10.0

This commit is contained in:
Maxim Lobanov 2021-07-15 14:51:41 +03:00 committed by GitHub
parent b96348a4e9
commit 4bc87b8e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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