We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d052c7 commit d725962Copy full SHA for d725962
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