Skip to content

Commit

Permalink
Merge pull request #104 from lassijjk/AnisulMahmud-patch-5
Browse files Browse the repository at this point in the history
Update node.js.yml
  • Loading branch information
AnisulMahmud authored Dec 12, 2023
2 parents 1412ad0 + 5919b05 commit e1fec96
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 14

- name: Install dependencies
run: |
npm ci
npm install @aws-amplify/ui-react
run: npm ci

- name: Build
run: npm run build

# - name: Run tests
# run: npm test
Expand Down

0 comments on commit e1fec96

Please sign in to comment.