Skip to content

Commit ed74224

Browse files
committed
fix actions to use yarn
1 parent 20fdbdc commit ed74224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: "16.x"
1414
registry-url: "https://registry.npmjs.org"
15-
- run: npm ci
15+
- run: yarn install --immutable --immutable-cache --check-cache
1616
- run: npm publish
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)