Skip to content

Commit

Permalink
updated the node version to 20 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirujayathilake committed Aug 25, 2024
1 parent 876ebd2 commit ec2f630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/veda-auth-portal-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'

- name: Install dependencies
run: npm install
Expand All @@ -44,6 +44,6 @@ jobs:
aws-region: "us-east-2"

- name: Deploy app build to S3 bucket
run: ls
run: aws s3 sync ./dist/ s3://veda-auth-central-portal --delete


0 comments on commit ec2f630

Please sign in to comment.