diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93c439d..8432ad9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: MH4GF/shared-config/.github/composite-actions/setup-pnpm@main with: - node-version-file: web/.node-version - pnpm-version: "8.9.2" working-directory: web - - run: pnpm i - run: pnpm lint api-lint: diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 961e914..0ca16ae 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -27,8 +27,6 @@ jobs: - uses: MH4GF/shared-config/.github/composite-actions/setup-pnpm@main with: - node-version-file: web/.node-version - pnpm-version: "8.9.2" working-directory: web - run: pnpm i @@ -43,7 +41,7 @@ jobs: - name: Upload failed screenshots if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: vrt-failed-screenshots-${{ github.sha }} path: web/test-results