Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/docker/playwright/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG BUN_IMAGE=oven/bun:1.3.14@sha256:e10577f0db68676a7024391c6e5cb4b879ebd17188ab750cf10024a6d700e5c4
ARG PLAYWRIGHT_BASE_IMAGE=mcr.microsoft.com/playwright:v1.61.1-noble@sha256:5b8f294aff9041b7191c34a4bab3ac270157a28774d4b0660e9743297b697e48
ARG VITE_PLUS_VERSION=0.2.3
ARG VITE_PLUS_VERSION=0.2.4

FROM ${BUN_IMAGE} AS bun
FROM ${PLAYWRIGHT_BASE_IMAGE}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Setup Vite+
uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1
with:
version: "0.2.3"
version: "0.2.4"
node-version-file: package.json
cache: false
run-install: true
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- name: Setup Vite+
uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1
with:
version: "0.2.3"
version: "0.2.4"
node-version-file: package.json
cache: false
run-install: true
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
- name: Setup Vite+
uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1
with:
version: "0.2.3"
version: "0.2.4"
node-version-file: package.json
cache: false
run-install: true
Expand Down Expand Up @@ -716,7 +716,7 @@ jobs:
- name: Setup Vite+
uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1
with:
version: "0.2.3"
version: "0.2.4"
node-version-file: package.json
cache: false
run-install: true
Expand Down
Loading
Loading