ci: replace yarn-install-action with setup-yarn-action

This commit is contained in:
Alfi Maulana 2024-03-02 21:50:46 +07:00
parent 808bf88986
commit f809e162fa
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ jobs:
with:
node-version: latest
- name: Install Dependencies
uses: threeal/yarn-install-action@v2.0.0
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
- name: Build Package
run: |

View File

@ -17,8 +17,8 @@ jobs:
with:
node-version: latest
- name: Install Dependencies
uses: threeal/yarn-install-action@v2.0.0
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
- name: Check Format
run: |