From b37f9c0ca6f1672dc78e0b9a56a0af4d6d945d85 Mon Sep 17 00:00:00 2001 From: Aman Date: Sun, 10 Sep 2023 19:14:29 +0530 Subject: [PATCH] fix : fixed node version in `workflows\npm-publish.yml` --- .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 ed47c7b..1426c9e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: npm ci publish-npm: @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run semantic-release