Skip to content

Commit

Permalink
chore: Update publication workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed May 16, 2021
1 parent a2f31f1 commit 0a17938
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a17938

Please sign in to comment.