diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2349103..a03bf69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,13 +35,10 @@ jobs: workspaces: './src-tauri -> target' - name: Sync node version and setup cache - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '18' - cache: 'npm' # Set this to npm, yarn or pnpm. - - - name: For act to work (local testing) - run: npm -g install pnpm + node-version: 20 + cache: 'pnpm' - name: Install frontend dependencies # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.