From 029911df37687b59e34a319dd73627f11b572106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 24 Feb 2026 18:12:00 +0400 Subject: [PATCH] Use image with Node.js and Chrome pre-installed --- .gitea/workflows/ci.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fdb6315..ad34b52 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -48,6 +48,8 @@ jobs: test: name: "Test" runs-on: ubuntu-latest + container: + image: cypress/browsers:node-22.14.0-chrome-133.0.6943.53-1-ff-135.0.1-edge-133.0.3065.59-1 timeout-minutes: 10 steps: @@ -55,11 +57,7 @@ jobs: - uses: pnpm/action-setup@v4 with: version: 10 - - name: Install Node - uses: actions/setup-node@v4 - with: - node-version: 22 - + - name: Get pnpm store directory shell: bash run: |