chore(ci): update Playwright container image and install unzip for Bun setup

This commit is contained in:
taroj1205 2025-06-22 17:05:09 +12:00
parent 442311b203
commit fc545b3b88
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -85,7 +85,7 @@ jobs:
if: ${{ needs.check_changes.outputs.exists == 'true' }}
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.52.0-noble
image: mcr.microsoft.com/playwright:v1.52.0-jammy
options: --user 1001
steps:
- uses: actions/checkout@v4
@ -96,6 +96,11 @@ jobs:
name: build-dist
path: dist/
- name: Install unzip (required for Bun setup)
run: |
sudo apt-get update
sudo apt-get install -y unzip
- name: Setup Bun with Cache
uses: ./.github/actions/setup-bun-with-cache
with: