Skip to content

Commit

Permalink
fix: pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAugus committed Dec 21, 2022
1 parent fffa21c commit 02dc22f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ jobs:
fail-fast: false
matrix:
platform: [ macos-latest, ubuntu-latest, windows-latest ]
node: ['16', '18']
node: ['16']

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2
with:
version: 7
- name: setup node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tauri-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
node: ['16', '18']
node: ['16']

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2
with:
version: 7
- name: setup node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 02dc22f

Please sign in to comment.