We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30a1a1a + 2b1a667 commit 0192323Copy full SHA for 0192323
3 files changed
.github/workflows/cd-pages.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v6
35
36
- name: Setup pnpm
37
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v5
38
39
- name: Setup Node
40
uses: actions/setup-node@v6
.github/workflows/cd-registry.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: '0'
22
23
24
25
26
- name: Configure node for NPM registry as registry
27
.github/workflows/ci-checks.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
17
0 commit comments