From f21a467449f033ac0819eaa86451ca3407f692de Mon Sep 17 00:00:00 2001 From: bacebu4 Date: Tue, 24 Sep 2024 09:44:04 +0200 Subject: [PATCH] chore: use v20 in tests as well --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8e7ffb2..1c3b995 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [v22] + node: [v20, v22] steps: - uses: actions/checkout@v3 with: