We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c6222 commit a4b298aCopy full SHA for a4b298a
1 file changed
.github/workflows/deploy-to-gh-pages.yml
@@ -12,6 +12,9 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
15
+ - uses: pnpm/action-setup@v4
16
+ with:
17
+ version: 9
18
- name: Setup Node
19
uses: actions/setup-node@v4
20
with:
0 commit comments