From 520f8a084564291b5ac1e76abdd86f316d5fcec4 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:50:41 -0700 Subject: [PATCH] ci(test): test in Node 20 (#85) thanks to #78, we can now test in Node 20 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee7f691..ee41920 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,7 @@ jobs: strategy: matrix: node_version: - # v20 does not support snapshot testing which we use for the alpha version - # - 20 + - 20 - 22 steps: