|
|
@ -48,7 +48,7 @@ jobs:
|
|
|
|
- name: Install pnpm
|
|
|
|
- name: Install pnpm
|
|
|
|
uses: pnpm/action-setup@v2
|
|
|
|
uses: pnpm/action-setup@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
version: 6.9.0
|
|
|
|
version: 6.10.0
|
|
|
|
- name: Generate pnpm file
|
|
|
|
- name: Generate pnpm file
|
|
|
|
run: pnpm install
|
|
|
|
run: pnpm install
|
|
|
|
- name: Remove dependencies
|
|
|
|
- name: Remove dependencies
|
|
|
@ -131,4 +131,4 @@ jobs:
|
|
|
|
run: yarn install
|
|
|
|
run: yarn install
|
|
|
|
- name: Verify node and yarn
|
|
|
|
- name: Verify node and yarn
|
|
|
|
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
|
|
|
|
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
|
|
|
|
shell: bash
|
|
|
|
shell: bash
|
|
|
|