We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2c9d7 commit 49bab0fCopy full SHA for 49bab0f
3 files changed
.github/workflows/build.yml
@@ -92,6 +92,11 @@ jobs:
92
with:
93
node-version: '22.x'
94
95
+ - name: Setup pnpm
96
+ uses: pnpm/action-setup@v4
97
+ with:
98
+ version: 10
99
+
100
- name: Install Dependencies
101
run: pnpm install
102
.github/workflows/format.yml
@@ -22,6 +22,11 @@ jobs:
22
23
node-version: 22
24
25
26
27
28
29
30
- name: Install dependencies
31
32
.github/workflows/lint.yml
0 commit comments