mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-25 19:34:00 +00:00
Add pnpm installation step to CI and test workflows
This commit is contained in:
@@ -18,6 +18,8 @@ jobs:
|
||||
with:
|
||||
node-version: 24
|
||||
cache: pnpm
|
||||
- name: Install pnpm
|
||||
run: corepack enable && corepack prepare pnpm@10.30.0 --activate
|
||||
- name: Setup Python
|
||||
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||
with:
|
||||
@@ -47,6 +49,8 @@ jobs:
|
||||
with:
|
||||
node-version: 24
|
||||
cache: pnpm
|
||||
- name: Install pnpm
|
||||
run: corepack enable && corepack prepare pnpm@10.30.0 --activate
|
||||
- name: Setup Task
|
||||
uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1
|
||||
with:
|
||||
@@ -93,6 +97,8 @@ jobs:
|
||||
with:
|
||||
node-version: 24
|
||||
cache: pnpm
|
||||
- name: Install pnpm
|
||||
run: corepack enable && corepack prepare pnpm@10.30.0 --activate
|
||||
- name: Setup Python
|
||||
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||
with:
|
||||
|
||||
@@ -20,6 +20,9 @@ jobs:
|
||||
node-version: 24
|
||||
cache: pnpm
|
||||
|
||||
- name: Install pnpm
|
||||
run: corepack enable && corepack prepare pnpm@10.30.0 --activate
|
||||
|
||||
- name: Setup Python
|
||||
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user