From 9a30fe28e6a916075e26486b0ac3c771fecc3750 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:27:35 +0530 Subject: [PATCH] updated node version in workflow file (#169) Co-authored-by: harshithad0703 <104908717+harshithad0703@users.noreply.github.com> Co-authored-by: cs-raj <122264749+cs-raj@users.noreply.github.com> --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 94c94b3b..6cc74550 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '12.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish