From 1e3fbb2d8081ab0e40556b27cf4dadda2db765d3 Mon Sep 17 00:00:00 2001 From: twanluttik Date: Wed, 27 Sep 2023 18:55:58 -0700 Subject: [PATCH] fixe spacing and added missing matrix --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7bfb18..84ea480 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: fail-fast: false matrix: platform: [macos-latest, ubuntu-20.04, windows-latest] + pnpm-version: [8.7.4] + node-version: [18] runs-on: ${{ matrix.platform }} steps: @@ -34,11 +36,11 @@ jobs: with: workspaces: './src-tauri -> target' - - name: Pnpm install + - name: Pnpm install uses: pnpm/action-setup@v2 with: version: ${{ matrix.pnpm-version }} - + - name: Install Node.js uses: actions/setup-node@v3 with: