From 42cd549ea01c32714b8aa3874ca4aa2c2f4f237f Mon Sep 17 00:00:00 2001 From: harshithad0703 Date: Fri, 19 Jul 2024 15:54:07 +0530 Subject: [PATCH] fix: updated node version to 18.x in workflow --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index fbeeeb9..11d7eb3 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: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish --access public @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '12.x' + node-version: '18.x' registry-url: 'https://npm.pkg.github.com' scope: '@contentstack' - run: npm ci