From e87ec0080453d6e52615073fae25716aa7f686f5 Mon Sep 17 00:00:00 2001
From: nilesh-simform <nilesh.c@simformsolutions.com>
Date: Mon, 1 Apr 2024 16:57:21 +0530
Subject: [PATCH] fix: UNT-T23775: Update node version in publish workflow

---
 .github/workflows/publish.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 299afe0..296d268 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -11,11 +11,11 @@ jobs:
         runs-on: macos-11
         steps:
             - name: 📚 checkout
-              uses: actions/checkout@v2.4.2
+              uses: actions/checkout@v4
             - name: 🟢 node
-              uses: actions/setup-node@v3.3.0
+              uses: actions/setup-node@v4
               with:
-                  node-version: 16
+                  node-version: 18
                   registry-url: https://registry.npmjs.org
             - name: 🚀 Build & Publish
               run: yarn install && yarn build && yarn publish --access public