From a12f8b1dbddd8d56f9d0ed6cc622a43fb08781cf Mon Sep 17 00:00:00 2001 From: maxiums Date: Mon, 17 May 2021 13:03:33 +0545 Subject: [PATCH 1/2] chore: update node versioN --- .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 835b212..73e80dd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: [12.x] + node-version: 12 registry-url: https://registry.npmjs.org/ - run: yarn install - run: npm publish --access public From 9b50aae84cb89b151fc691f6cb80ab749593cb5b Mon Sep 17 00:00:00 2001 From: maxiums Date: Mon, 17 May 2021 13:04:20 +0545 Subject: [PATCH 2/2] chore: update ci --- .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 73e80dd..a3316ff 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 12 registry-url: https://registry.npmjs.org/ - - run: yarn install + - run: npm install - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file