From 9a3cfc4ff21bddcc565877e8a9fa18c4184ef375 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sat, 28 Oct 2023 18:11:47 +0530 Subject: [PATCH] chore: CI: update base node version --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 93a4de2..6150571 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: "16.x" + node-version: "20.x" - name: Install JavaScript Dependencies run: yarn install