From adc249c4aa521d724074f2788f21e959c0d765bb Mon Sep 17 00:00:00 2001 From: Marc Jansing Date: Fri, 21 Jun 2024 12:37:29 +0200 Subject: [PATCH] try node 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 82cdf772c..9f93278e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '20' - name: Install Node dependencies run: npm install