We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2c9d7 commit a984a01Copy full SHA for a984a01
3 files changed
.github/workflows/build.yml
@@ -92,6 +92,9 @@ jobs:
92
with:
93
node-version: '22.x'
94
95
+ - name: Setup pnpm
96
+ uses: pnpm/action-setup@v4
97
+
98
- name: Install Dependencies
99
run: pnpm install
100
.github/workflows/format.yml
@@ -22,6 +22,9 @@ jobs:
22
23
node-version: 22
24
25
26
27
28
- name: Install dependencies
29
30
.github/workflows/lint.yml
0 commit comments