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 03ad4f7 commit 811b636Copy full SHA for 811b636
.github/workflows/check.yml
@@ -18,6 +18,9 @@ jobs:
18
with:
19
node-version: '18'
20
21
+ - name: Install PNPM
22
+ run: npm i -g pnpm
23
+
24
- name: Install dependencies
25
run: pnpm install
26
.github/workflows/lint.yml
0 commit comments