test: update pnpm version

This commit is contained in:
Zoltan Kochan 2022-02-10 01:16:10 +02:00
parent 268b4179de
commit 7f8a57faa8
No known key found for this signature in database
GPG Key ID: 649E4D4AF74E7DEC

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
pnpm: pnpm:
- 4.11.1 - 6.17.1
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest
@ -27,7 +27,7 @@ jobs:
- name: Run the action - name: Run the action
uses: ./ uses: ./
with: with:
version: 4.11.1 version: 6.17.1
- name: 'Test: which' - name: 'Test: which'
run: which pnpm; which pnpx run: which pnpm; which pnpx
@ -44,7 +44,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
pnpm: pnpm:
- 4.11.1 - 6.17.1
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest
@ -56,7 +56,7 @@ jobs:
- name: Run the action - name: Run the action
uses: ./ uses: ./
with: with:
version: 4.11.1 version: 6.17.1
dest: ~/test/pnpm dest: ~/test/pnpm
- name: 'Test: which' - name: 'Test: which'
@ -74,7 +74,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
pnpm: pnpm:
- 4.11.1 - 6.17.1
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest
@ -112,7 +112,7 @@ jobs:
- name: Run the action - name: Run the action
uses: ./ uses: ./
with: with:
version: 4.11.1 version: 6.17.1
run_install: ${{ matrix.run_install.value }} run_install: ${{ matrix.run_install.value }}
- name: 'Test: which' - name: 'Test: which'