From 3d13438e6bacafeb7068b0f4fddb7d874a5086e9 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Mon, 20 Nov 2023 12:15:35 +0100 Subject: [PATCH] Node version 20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a62ce1..6c9c2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' - run: npm ci - run: npm run test