Skip to content

Commit

Permalink
Add yarn version check to action
Browse files Browse the repository at this point in the history
  • Loading branch information
paularintaharri committed Apr 10, 2024
1 parent 33c38ad commit ee32898
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 @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Print Yarn version
run: yarn --version
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit ee32898

Please sign in to comment.