mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +00:00
ci: unspecify Yarn version in workflows (#430)
This commit is contained in:
parent
ea3a56c137
commit
b7c20de8fb
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||||
|
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@ -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
|
||||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user