Skip to content

Commit

Permalink
modify main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 8, 2024
1 parent 02d9b91 commit f71a953
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setting up Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: "lts/*"
cache: "yarn"

- name: Check for yarn.lock file
Expand All @@ -27,11 +27,8 @@ jobs:
exit 1
fi
- name: Check network connectivity
run: ping -c 5 google.com

- name: Increase verbosity for yarn install
run: yarn install --verbose
run: yarn install

- name: tsc Linting
run: cd lib/js-sdk && yarn lint
Expand Down

0 comments on commit f71a953

Please sign in to comment.