We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c5d21 commit 92a644bCopy full SHA for 92a644b
.github/workflows/GHPages.yml
@@ -25,6 +25,7 @@ jobs:
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v3
28
+ - uses: pnpm/action-setup@v2
29
- uses: actions/setup-node@v3
30
- name: Install And Build
31
run: |+
.github/workflows/Release.yml
@@ -21,6 +21,9 @@ jobs:
21
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
22
fetch-depth: 0
23
24
+ - name: Setup pnpm
+ uses: pnpm/action-setup@v2
+
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
0 commit comments