ci: setup Yarn to stable version

This commit is contained in:
Alfi Maulana 2024-03-02 21:51:48 +07:00
parent 0b8e9db81d
commit 3bdddfc2e7
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
with:
version: stable
- name: Build Package
run: |

View File

@ -19,6 +19,8 @@ jobs:
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
with:
version: stable
- name: Check Format
run: |