Skip to content

Commit 2d6555a

Browse files
committed
fix workflow
1 parent b783531 commit 2d6555a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: "16.x"
1515
registry-url: "https://registry.npmjs.org"
16-
- run: npm ci
16+
- run: yarn install --immutable --immutable-cache --check-cache --frozen-lockfile
1717
- run: npm publish --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)