Skip to content

Commit 552b6a1

Browse files
committed
💚 use yarn to install deps
Signed-off-by: w01fgang <[email protected]>
1 parent cdf15a2 commit 552b6a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 20
1818
registry-url: https://registry.npmjs.org
19-
- run: npm i
19+
- run: yarn
2020
- run: npm publish
2121
env:
2222
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)