ci: unspecify Yarn version in workflows (#430)

This commit is contained in:
Alfi Maulana 2024-09-02 19:06:33 +07:00 committed by GitHub
parent ea3a56c137
commit b7c20de8fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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