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 b36a562 commit ed7f623Copy full SHA for ed7f623
3 files changed
.github/workflows/check-dist.yml
@@ -36,6 +36,9 @@ jobs:
36
with:
37
node-version-file: .node-version
38
39
+ - name: Setup pnpm
40
+ uses: pnpm/action-setup@v2.2.4
41
+
42
- name: Install Dependencies
43
id: install
44
run: pnpm install
.github/workflows/ci.yml
@@ -27,6 +27,9 @@ jobs:
27
28
29
30
31
32
33
34
id: pnpm-install
35
.github/workflows/linter.yml
@@ -31,6 +31,9 @@ jobs:
0 commit comments