From 90e4ad6af21145271a5b67f1052d3608470e2927 Mon Sep 17 00:00:00 2001 From: "Shankar D. Warang" Date: Thu, 2 May 2024 13:06:34 +0530 Subject: [PATCH] update nodejs 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