Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit b2b246a

Browse files
committed
chore(ci): forgot we need deps
1 parent 683ae72 commit b2b246a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/validate.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ jobs:
7878
node-version: ${{ matrix.node-version }}
7979
cache: 'npm'
8080

81+
- name: 📦 Install dependencies
82+
run: npm ci
83+
84+
# ensure we don't implicitly rely on dev dependencies
85+
- name: 📦 Prune dependencies
86+
run: npm prune --production
87+
8188
- name: 📂 Restore build output
8289
uses: actions/cache@v4
8390
with:

0 commit comments

Comments
 (0)