We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4c7b1 commit 9f5568dCopy full SHA for 9f5568d
.github/workflows/gh-pages.yml
@@ -18,10 +18,9 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
- - name: Setup PNPM
22
- uses: pnpm/action-setup@v4
23
- with:
24
- version: 9
+ - name: Enable Corepack (PNPM from packageManager)
+ run: |
+ corepack enable
25
26
- name: Setup node
27
uses: actions/setup-node@v4
.github/workflows/nodejs-publish.yml
- name: Setup Node
0 commit comments