Optimize CI build pipeline (~15 min → ~3-5 min) #59

Merged
chrisp merged 2 commits from ci/build-optimization into main 2026-05-31 04:35:06 +00:00
Showing only changes of commit bbf4aa4668 - Show all commits

View file

@ -35,12 +35,6 @@ jobs:
- name: ⬇️ Checkout repo
uses: https://github.com/actions/checkout@v4
- name: ⬆️ Setup Node
uses: https://github.com/actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: 📥 Install dependencies
run: npm ci
@ -58,12 +52,6 @@ jobs:
- name: ⬇️ Checkout repo
uses: https://github.com/actions/checkout@v4
- name: ⬆️ Setup Node
uses: https://github.com/actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: 📥 Install dependencies
run: npm ci
@ -78,12 +66,6 @@ jobs:
- name: ⬇️ Checkout repo
uses: https://github.com/actions/checkout@v4
- name: ⬆️ Setup Node
uses: https://github.com/actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: 📥 Install dependencies
run: npm ci