diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 7c5ad7d6..68ce2e7d 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1.19.0 + uses: voidzero-dev/setup-vp@v1.20.0 with: node-version: 'lts/*' cache: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51a7d43d..13561d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1.19.0 + uses: voidzero-dev/setup-vp@v1.20.0 with: node-version: 'lts/*' cache: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d62353c..f4247f67 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1.19.0 + uses: voidzero-dev/setup-vp@v1.20.0 with: node-version: 'lts/*' cache: true diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index b3ac7de9..683dda4c 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1.19.0 + uses: voidzero-dev/setup-vp@v1.20.0 with: node-version: 'lts/*' cache: true @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Vite+ - uses: voidzero-dev/setup-vp@v1.19.0 + uses: voidzero-dev/setup-vp@v1.20.0 with: node-version: 'lts/*' cache: true