diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 00716a1..2a49775 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -3,15 +3,12 @@ description: Action that sets up Node and pnpm runs: using: composite steps: - - name: Setup pnpm - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - with: - cache: false - - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - name: Setup Vite+ + uses: voidzero-dev/setup-vp@13e7afb99c66525824db54e107d667216e795d37 # v1.14.0 with: node-version-file: .nvmrc - package-manager-cache: false - - name: Install dependencies + run-install: true + cache: false + - name: Setup pnpm shell: bash - run: pnpm install --frozen-lockfile + run: vp install -g pnpm