Skip to content

Commit

Permalink
Change yarn to npm usage to fix windows runner (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
duskpoet authored Oct 4, 2023
1 parent cc0fe5e commit 700b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: Delete branch
shell: bash
Expand Down

0 comments on commit 700b304

Please sign in to comment.