From 0a1793891ae792cb9dc6cb439cb4f37e3545aae5 Mon Sep 17 00:00:00 2001 From: Yannick Lohse Date: Sun, 16 May 2021 23:35:15 +0200 Subject: [PATCH] chore: Update publication workflow --- .github/workflows/npm-publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0703e0575..bd5f7ee48 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,16 +21,15 @@ jobs: - run: npm run test publish-npm: - needs: build runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Install node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: 12 - registry-url: https://registry.npmjs.org/ + node-version: "12.x" + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm install - name: Build