From 1a7c6b08e269aeafbbce733d999d624012522d47 Mon Sep 17 00:00:00 2001 From: dk <46562212+DevAndromeda@users.noreply.github.com> Date: Thu, 5 Aug 2021 14:55:38 +0545 Subject: [PATCH] ci(PublishMain): use node v16 --- .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 2147d77..fa3c514 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,10 +12,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm install - run: npm run build - run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.npm_token}}