From 7ba021c462389c34941534e883072c3da9feb2b8 Mon Sep 17 00:00:00 2001 From: bercivarga <65171545+bercivarga@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:53:25 +0100 Subject: [PATCH] bump github action node version --- .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 aafdd50..00f8618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 20.x - name: Install dependencies run: npm install