We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ad282 commit 0798fb2Copy full SHA for 0798fb2
.github/workflows/packages_publishing.yml
@@ -57,8 +57,8 @@ jobs:
57
restore-keys: |
58
${{ runner.os }}-pnpm-store
59
60
- # - name: Install dependencies
61
- # run: pnpm install --frozen-lockfile
+ - name: Install dependencies
+ run: pnpm install --frozen-lockfile
62
63
# - name: Set timestamp version
64
# if: ${{ env.SET_TIMESTAMP_VERSION == 'true' }}
0 commit comments