This commit is contained in:
parent
f76f3dd96e
commit
7b7e02ad28
26
.github/workflows/default.yaml
vendored
26
.github/workflows/default.yaml
vendored
@ -22,6 +22,19 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt update && apt install git-lfs zstd
|
apt update && apt install git-lfs zstd
|
||||||
|
|
||||||
|
- name: 📥 Install Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
|
||||||
|
- name: 📦 Install PNPM
|
||||||
|
uses: pnpm/action-setup@v3
|
||||||
|
id: pnpm-install
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
|
node_version: 20
|
||||||
|
run_install: false
|
||||||
|
|
||||||
- name: 🔢 Calculate cache IDs
|
- name: 🔢 Calculate cache IDs
|
||||||
run: |
|
run: |
|
||||||
# Calculate cache IDs for Git LFS and PNPM
|
# Calculate cache IDs for Git LFS and PNPM
|
||||||
@ -38,19 +51,6 @@ jobs:
|
|||||||
path: .git/lfs
|
path: .git/lfs
|
||||||
key: ${{ runner.os }}-lfs-${{ env.LFS_CACHE_ID }}
|
key: ${{ runner.os }}-lfs-${{ env.LFS_CACHE_ID }}
|
||||||
|
|
||||||
- name: 📥 Install Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
|
|
||||||
- name: 📦 Install PNPM
|
|
||||||
uses: pnpm/action-setup@v3
|
|
||||||
id: pnpm-install
|
|
||||||
with:
|
|
||||||
version: 8
|
|
||||||
node_version: 20
|
|
||||||
run_install: false
|
|
||||||
|
|
||||||
- name: 🛠️ Cache PNPM dependencies
|
- name: 🛠️ Cache PNPM dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user