mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 10:41:21 +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
|
||||
uses: threeal/setup-yarn-action@v2.0.0
|
||||
with:
|
||||
version: stable
|
||||
|
||||
- name: Build Package
|
||||
run: yarn build
|
||||
|
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user