From f6910673eaa8e317cfef9d79ca911257ac6f9ee1 Mon Sep 17 00:00:00 2001 From: Manas Jayanth <3097018+ManasJayanth@users.noreply.github.com> Date: Fri, 10 May 2024 16:04:35 +0530 Subject: [PATCH] CI: Use node.js 20 --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 596c19f..3229f86 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,10 +20,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 20.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 20.x - name: Install npm packages run: yarn --frozen-lockfile