diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 873fa0e4..d6fc0522 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,11 +18,12 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1 + uses: voidzero-dev/setup-vp@b6a100fe28076884691ad8f750d6601635fc1e2a # pr/72 with: node-version: '24' cache: true run-install: true + sfw: true - name: Check run: vp run check @@ -58,11 +59,12 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1 + uses: voidzero-dev/setup-vp@b6a100fe28076884691ad8f750d6601635fc1e2a # pr/72 with: node-version: ${{ matrix.node }} cache: true run-install: true + sfw: true - name: Run tests run: vp run ci diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index bfa31c0a..cad71a7c 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -13,11 +13,12 @@ jobs: uses: actions/checkout@v6 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1 + uses: voidzero-dev/setup-vp@b6a100fe28076884691ad8f750d6601635fc1e2a # pr/72 with: node-version: 22 cache: true run-install: true + sfw: true - name: Build run: vp run build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 908c6a58..b2bef60c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,12 @@ jobs: uses: actions/checkout@v6 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1 + uses: voidzero-dev/setup-vp@b6a100fe28076884691ad8f750d6601635fc1e2a # pr/72 with: node-version: '22' cache: true run-install: true + sfw: true - name: Verify version matches tag run: |