From d81b05378e6e5d397e6a8d5c6c36528394fd5aa8 Mon Sep 17 00:00:00 2001 From: saikrishna321 Date: Mon, 5 Sep 2022 13:14:23 +0530 Subject: [PATCH] update node version for publish --- .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 2dc7decb7..94e27c399 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: echo "//registry.npmjs.org/:_authToken=${{secrets.npm_token}}" > .npmrc - run: npm ci