From f6bcdce2501ecee8e4e496c7b00774c3db322224 Mon Sep 17 00:00:00 2001 From: "${Mr.DJA}" Date: Wed, 14 Apr 2021 16:39:14 +0100 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6d635df..c929f58 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -10,6 +10,11 @@ jobs: steps: - name: Clone repo uses: actions/checkout@v2 + - name: Setup .npmrc file + uses: actions/setup-node@v2 + with: + node-version: '12.x' + registry-url: 'https://registry.npmjs.org' - name: Publish! run: npm publish env: