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 0fefe44 commit 0bc2f3cCopy full SHA for 0bc2f3c
.github/workflows/cd-pages.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v4
35
36
- name: Setup pnpm
37
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
38
39
- name: Setup Node
40
uses: actions/setup-node@v4
.github/workflows/cd-registry.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: '0'
17
18
19
20
21
- name: Configure node for NPM registry as registry
22
.github/workflows/ci-checks.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
0 commit comments