Skip to content

Commit

Permalink
Use latest yarn version in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
paularintaharri committed Apr 10, 2024
1 parent b52189a commit 189823f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install latest Yarn
run: npm install -g yarn
- name: Print Yarn version
run: yarn --version
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 189823f

Please sign in to comment.