Skip to content

Commit 9e90055

Browse files
committed
ci: add missing ‘Install Dependencies’ step to ci.yml
1 parent 6d052c7 commit 9e90055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
with:
5454
node-version-file: .nvmrc
5555
cache: pnpm
56+
- name: Instal Dependencies
57+
run: pnpm install --frozen-lockfile
5658
- name: Release Check
5759
env:
5860
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)