Skip to content

Commit

Permalink
fix: use npm instead of yarn, so windows runners work (#35)
Browse files Browse the repository at this point in the history
fixes #33
  • Loading branch information
duskpoet authored Oct 4, 2023
1 parent a4138cc commit 4fba97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
using: 'composite'
steps:
- uses: actions/setup-node@v3
- run: yarn global add neonctl@v1
- run: npm i -g neonctl@v1
shell: bash
- name: Create new Neon branch
env:
Expand Down

0 comments on commit 4fba97a

Please sign in to comment.