diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0703e057..bd5f7ee4 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