Skip to content

Commit

Permalink
Updated workflow with node version and aws region.
Browse files Browse the repository at this point in the history
  • Loading branch information
trishantpahwa committed Nov 25, 2023
1 parent e3a877e commit cf6ca2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lambdas-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "20.x"
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
aws-region: ap-south-1
- name: npm install
env:
CI: true
Expand Down

0 comments on commit cf6ca2b

Please sign in to comment.