We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f15f90 commit b1aad91Copy full SHA for b1aad91
1 file changed
.github/workflows/release.yml
@@ -20,6 +20,10 @@ jobs:
20
uses: actions/setup-node@v4
21
with:
22
node-version: '20'
23
+ - name: Setup pnpm
24
+ uses: pnpm/action-setup@v4
25
+ with:
26
+ version: 9
27
- name: Install dependencies
28
run: pnpm install --frozen-lockfile
29
- name: Type check
0 commit comments