🐞 fix: Explicitly install npm dependencies
Sync TODOs with Issues / sync_todos (push) Successful in 6s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
This commit is contained in:
@@ -29,6 +29,9 @@ jobs:
|
||||
with:
|
||||
node-version: "22"
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Run build task
|
||||
run: npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user