From 36cd67cbe15453d004283bcffdd839ee714f3163 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 10 Nov 2025 21:19:28 +0100 Subject: [PATCH] chore: update pipeline --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8db56c6..dba3457 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [18, 20] + node: [20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [18, 20] + node: [20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -71,7 +71,7 @@ jobs: path: cypress/videos if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn` - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV }} flags: unit