Skip to content

Commit

Permalink
npm depsut
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Nov 13, 2024
1 parent 755c006 commit c0a7118
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Install CDK
- name: Install CDK & NPM dependencies
run: |
cd cdk
cd viestinvalitys-raportointi
npm ci
cd ../cdk
npm ci
npm install -g aws-cdk
Expand Down

0 comments on commit c0a7118

Please sign in to comment.