diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index f14b4ddf14..4dd9eed596 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['20.0', '20', '22', '24', '25'] + node: ['20.0', '20', '22', '24', '25.1'] steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml index 1c98be0bd1..6f0a32c97a 100644 --- a/.github/workflows/tests-windows.yml +++ b/.github/workflows/tests-windows.yml @@ -27,7 +27,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node: ['20.0', '20', '22', '24', '25'] + node: ['20.0', '20', '22', '24', '25.1'] steps: - name: Support longpaths run: git config --system core.longpaths true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87bd04ea29..f88833ff15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['20.0', '20', '22', '24', '25'] + node: ['20.0', '20', '22', '24', '25.1'] steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0