Skip to content

Commit

Permalink
Merge pull request #2296 from lpsinger/npm-install-os-cpu
Browse files Browse the repository at this point in the history
Install npm packages for correct OS and CPU for Lambda runtime
  • Loading branch information
dakota002 authored May 24, 2024
2 parents 4ca494a + 0f008d7 commit fa6aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
node-version: '20'
- name: NPM Install
run: npm ci
run: npm ci --os=linux --cpu=arm64
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit fa6aefd

Please sign in to comment.