Skip to content

Commit

Permalink
chore: remove install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Jul 12, 2024
1 parent ccaede7 commit a4eae9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/public_contracts_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "18.19.1"
cache: "yarn"

- name: Install Yarn
run: npm install -g yarn

- name: Install dependencies
run: yarn install

Expand Down

0 comments on commit a4eae9b

Please sign in to comment.