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.
2 parents 03f09c0 + 26cfe2a commit eb5084fCopy full SHA for eb5084f
.github/workflows/ci.yaml
@@ -19,6 +19,9 @@ jobs:
19
uses: actions/checkout@v4
20
21
- uses: pnpm/action-setup@v4
22
+ with:
23
+ run_install: |
24
+ recursive: false
25
26
- uses: actions/setup-node@v4
27
with:
.github/workflows/publish.yaml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout Repository
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
16
0 commit comments