Skip to content

Commit

Permalink
fix(ci): update javascript canary build step (#14085)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavosu authored Dec 17, 2024
1 parent 88f9eef commit 31c001d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/callable-canary-sampleapp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ jobs:
working-directory: amplify-js-samples-staging/samples/javascript/datastore
- name: Install amplify
run: |
npm install -g npm@latest
npm install aws-amplify -legacy-peer-deps
npm install aws-amplify@latest
working-directory: amplify-js-samples-staging/samples/javascript/datastore/new-javascript-app
- name: Remove existing src folder
run: rm -rf src
Expand Down

0 comments on commit 31c001d

Please sign in to comment.