Add step to install Node.js dependencies in production workflow

This commit is contained in:
faris Aljohari
2025-07-14 00:32:57 -06:00
parent 8bb609cab1
commit 04af38e169

View File

@ -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