Spaces:
Running
Running
fix: first install pnpm, then node
Browse files- .github/workflows/release.yml +10 -10
.github/workflows/release.yml
CHANGED
@@ -22,17 +22,17 @@ jobs:
|
|
22 |
- name: Checkout Repo
|
23 |
uses: actions/checkout@v4
|
24 |
|
|
|
|
|
|
|
|
|
|
|
25 |
- name: Setup Node.js
|
26 |
uses: actions/setup-node@v4
|
27 |
with:
|
28 |
node-version: 18
|
29 |
cache: "pnpm"
|
30 |
|
31 |
-
- name: Setup pnpm
|
32 |
-
uses: pnpm/action-setup@v4
|
33 |
-
with:
|
34 |
-
version: latest
|
35 |
-
|
36 |
- name: Install Dependencies
|
37 |
run: pnpm install --no-frozen-lockfile
|
38 |
|
@@ -61,17 +61,17 @@ jobs:
|
|
61 |
- name: Checkout Repo
|
62 |
uses: actions/checkout@v4
|
63 |
|
|
|
|
|
|
|
|
|
|
|
64 |
- name: Setup Node.js
|
65 |
uses: actions/setup-node@v4
|
66 |
with:
|
67 |
node-version: 18
|
68 |
cache: "pnpm"
|
69 |
|
70 |
-
- name: Setup pnpm
|
71 |
-
uses: pnpm/action-setup@v4
|
72 |
-
with:
|
73 |
-
version: latest
|
74 |
-
|
75 |
- name: Install Dependencies
|
76 |
run: pnpm install --no-frozen-lockfile
|
77 |
|
|
|
22 |
- name: Checkout Repo
|
23 |
uses: actions/checkout@v4
|
24 |
|
25 |
+
- name: Setup pnpm
|
26 |
+
uses: pnpm/action-setup@v4
|
27 |
+
with:
|
28 |
+
version: latest
|
29 |
+
|
30 |
- name: Setup Node.js
|
31 |
uses: actions/setup-node@v4
|
32 |
with:
|
33 |
node-version: 18
|
34 |
cache: "pnpm"
|
35 |
|
|
|
|
|
|
|
|
|
|
|
36 |
- name: Install Dependencies
|
37 |
run: pnpm install --no-frozen-lockfile
|
38 |
|
|
|
61 |
- name: Checkout Repo
|
62 |
uses: actions/checkout@v4
|
63 |
|
64 |
+
- name: Setup pnpm
|
65 |
+
uses: pnpm/action-setup@v4
|
66 |
+
with:
|
67 |
+
version: latest
|
68 |
+
|
69 |
- name: Setup Node.js
|
70 |
uses: actions/setup-node@v4
|
71 |
with:
|
72 |
node-version: 18
|
73 |
cache: "pnpm"
|
74 |
|
|
|
|
|
|
|
|
|
|
|
75 |
- name: Install Dependencies
|
76 |
run: pnpm install --no-frozen-lockfile
|
77 |
|