From 7728632b178dabac226186949ec7028eb8862673 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Sat, 16 Sep 2023 11:13:54 +0200 Subject: [PATCH] test: Run with Node.js 20 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 77ae2f42..6deb5802 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,7 +29,7 @@ jobs: # Otherwise we would not know if the problem is tied to the Node.js version fail-fast: false matrix: - node: [14, 16, 18] + node: [14, 16, 18, 20] runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo