Skip to content

Commit

Permalink
fix: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Jan 25, 2021
1 parent b8cd7d9 commit 05a5e36
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Docker
run: |
Expand Down

0 comments on commit 05a5e36

Please sign in to comment.