From b51f259d2165d0ee7169a8ab2a5d0ba5fec2d10c Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:00:27 +0530 Subject: [PATCH] Update node --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e43a7e0..aa830fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3.5.0 with: - node-version: 16 + node-version: 18 - name: Install Modules and Publish build run: | @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.5.0 with: - node-version: 16 + node-version: 18 - name: Install Modules and Publish build run: | npm install @@ -55,7 +55,7 @@ jobs: - uses: actions/setup-node@v3.5.0 with: - node-version: 16 + node-version: 18 - name: Install Modules and Publish build env: