We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125f136 commit dcea752Copy full SHA for dcea752
1 file changed
.github/workflows/ci.yml
@@ -53,6 +53,8 @@ jobs:
53
with:
54
node-version-file: .nvmrc
55
cache: pnpm
56
+ - name: Install Dependencies
57
+ run: pnpm install --frozen-lockfile
58
- name: Release Check
59
env:
60
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
0 commit comments