ci: unspecify Yarn version in workflows

This commit is contained in:
Alfi Maulana 2024-08-29 22:33:49 +07:00
parent ea3a56c137
commit eea2d2033b
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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