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 35db3cb commit 6a54e5bCopy full SHA for 6a54e5b
2 files changed
.github/workflows/main.yml
@@ -26,16 +26,15 @@ jobs:
26
27
- name: Echo date - ${{ env.START_TIME }}
28
run: echo ${{ env.START_TIME }}
29
-
+
30
- name: Clone repository
31
uses: actions/checkout@v6
32
with:
33
fetch-depth: 3
34
35
- name: Install pnpm
36
- uses: pnpm/action-setup@v3
+ uses: pnpm/action-setup@v5
37
38
- version: 10
39
run_install: false
40
41
- name: Set NodeJS
.github/workflows/release.yml
@@ -40,9 +40,8 @@ jobs:
exit 1
42
43
44
45
46
47
48
0 commit comments