From c3eff3d0e97f4ae842cf49292dd1e5a3df9aa938 Mon Sep 17 00:00:00 2001 From: Amar Ubhe Date: Sun, 15 Sep 2024 19:45:15 +0530 Subject: [PATCH] Updated node version of working & setup node --- .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 ed8edab..690ab6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,9 @@ jobs: node: [0, 1, 2, 3] steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: git config --global user.email "cicd@example.com" && git config --global user.name "Your Name"