Skip to content

Commit

Permalink
fix: add npm install on deploy ac sync lambda workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Dec 2, 2024
1 parent e623940 commit 4556149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_ac_sync_lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'

- name: Install dependencies
shell: bash
run: npm install

- name: Build
working-directory: packages/active-campaign-client
Expand Down

0 comments on commit 4556149

Please sign in to comment.