Skip to content

Commit

Permalink
Merge pull request #26 from ResilientApp/apratimshukla6-patch-1
Browse files Browse the repository at this point in the history
Update aws.yml
  • Loading branch information
apratimshukla6 authored May 1, 2024
2 parents ae28298 + 447e747 commit c16fa4a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
node-version: '14.21.3'
cache: 'npm'

- name: Upgrade npm
run: npm install -g npm@latest

- name: Clear npm cache
run: npm cache clean --force

- name: Remove node_modules
run: rm -rf node_modules

- name: Install Dependencies
run: npm install

Expand Down

0 comments on commit c16fa4a

Please sign in to comment.