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: |