From de89542f4e69510c9611e7871082d4c92ff79d0e Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Wed, 6 Nov 2024 23:19:50 +0100 Subject: [PATCH] chore(ci): update node versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d8d873f8..be6098ad5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v2