We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b783531 commit 2d6555aCopy full SHA for 2d6555a
.github/workflows/deploy_npm.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: "16.x"
15
registry-url: "https://registry.npmjs.org"
16
- - run: npm ci
+ - run: yarn install --immutable --immutable-cache --check-cache --frozen-lockfile
17
- run: npm publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments