mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 18:16:34 +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:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
|
|
||||||
|
- name: 📦 Install Node.js Dependencies (CDK + TypeScript)
|
||||||
|
run: npm install
|
||||||
|
|
||||||
- name: 🐳 Set up Docker Buildx
|
- name: 🐳 Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user