🐞 fix: Explicitly install npm dependencies
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-17 12:11:41 -05:00
parent dde77bc022
commit 03f78b488a
+3
View File
@@ -29,6 +29,9 @@ jobs:
with:
node-version: "22"
- name: Install npm dependencies
run: npm install
- name: Run build task
run: npm run build