Skip to content

Commit

Permalink
As stab at fixing npm publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Sep 12, 2022
1 parent d49af5a commit ad307bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{env.NODE_VERSION}}
registry-url: 'https://registry.npmjs.org'
- name: Install deps
run: yarn install
- name: Build
Expand Down

0 comments on commit ad307bb

Please sign in to comment.