mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
Add step to install Node.js dependencies in production workflow
This commit is contained in:
3
.github/workflows/production.yml
vendored
3
.github/workflows/production.yml
vendored
@ -21,6 +21,9 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: 📦 Install Node.js Dependencies (CDK + TypeScript)
|
||||
run: npm install
|
||||
|
||||
- name: 🐳 Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
Reference in New Issue
Block a user