mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 18:51:21 +00:00
ci: replace yarn-install-action
with setup-yarn-action
This commit is contained in:
parent
808bf88986
commit
f809e162fa
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -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: |
|
||||
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user