Skip to content

Commit

Permalink
fix: package install
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Jan 7, 2024
1 parent b57a578 commit 6e918d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/solis-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:
with:
node-version: "18"

- name: Change to CDK directory
run: cd aws/cdk-solis-ecs

- name: Install pnpm
run: |
npm install -g pnpm
npm install -g aws-cdk
pnpm install
- name: Change to CDK directory

run: cd aws/cdk-solis-ecs
- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 6e918d9

Please sign in to comment.