Skip to content

Commit

Permalink
fix: cli test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Young authored and hein-j committed Oct 28, 2022
1 parent 1f693d6 commit 96a5af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
path: amplify-cli
repository: aws-amplify/amplify-cli
- name: Setup Node.js LTS
- name: Setup Node.js LTS/gallium
uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: lts/gallium
- name: Build amplify-codegen-ui
working-directory: amplify-codegen-ui
run: |
Expand Down

0 comments on commit 96a5af9

Please sign in to comment.