Skip to content

Commit 0798fb2

Browse files
authored
Bring pn i back
1 parent b1ad282 commit 0798fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages_publishing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
restore-keys: |
5858
${{ runner.os }}-pnpm-store
5959
60-
# - name: Install dependencies
61-
# run: pnpm install --frozen-lockfile
60+
- name: Install dependencies
61+
run: pnpm install --frozen-lockfile
6262

6363
# - name: Set timestamp version
6464
# if: ${{ env.SET_TIMESTAMP_VERSION == 'true' }}

0 commit comments

Comments
 (0)