From 50311397f271d07d3fdeb640387dc4821f0e6712 Mon Sep 17 00:00:00 2001 From: "Shankar D. Warang" Date: Thu, 2 May 2024 12:45:37 +0530 Subject: [PATCH] update node to latest LTS --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1480c13..88cb1ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: '14.17.0' + node-version: '20.12.2' - name: Install yarn run: | npm install -g yarn @@ -139,7 +139,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: '14.17.0' + node-version: '20.12.2' - name: Install yarn run: | npm install -g yarn