Skip to content

Commit b2d0d2e

Browse files
committed
chore(ci): update cache setup and subproject reference
1 parent b99d54d commit b2d0d2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
ref: 'v4.1'
4040
path: lampy
4141

42-
- name: Setup Docker cache
42+
- name: Setup cache
4343
uses: actions/cache@v4
4444
with:
4545
path: node_modules
4646
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4747
restore-keys: ${{ runner.os }}-node-
48-
49-
# === BUILD PHASE ===
48+
5049
- name: Install dependencies
50+
if: ${{ !exists('node_modules') }}
5151
run: npm ci --prefer-offline --no-audit
5252

5353
- name: Setup environment files

taskfiles

0 commit comments

Comments
 (0)