Skip to content

Commit

Permalink
Update and rename s3-deployment-dev.yaml to dev-piramal-s3-deployment…
Browse files Browse the repository at this point in the history
….yaml
  • Loading branch information
AbhilashKD authored Nov 20, 2024
1 parent bdc2931 commit ae4cdf1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
node-version: '16.14.2'

- name: npm install, build
run: |
Expand All @@ -20,8 +20,10 @@ jobs:
fi
echo '${{ secrets.DEV_ENV }}' > .env
ls -ltra
npm install
npm install -g @angular/cli@^10.0.0
npm install --legacy-peer-deps
npm run build
ng build --prod
ls -ltra
- name: Show PWD
run: |
Expand Down

0 comments on commit ae4cdf1

Please sign in to comment.