Update borales/actions-yarn action to v5 #126
1 changed files with 6 additions and 6 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -21,17 +21,17 @@ jobs:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v5.0.0
|
||||||
with:
|
with:
|
||||||
cmd: install
|
cmd: install
|
||||||
|
|
||||||
- name: Check code formatting
|
- name: Check code formatting
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v5.0.0
|
||||||
with:
|
with:
|
||||||
cmd: prettier --check
|
cmd: prettier --check
|
||||||
|
|
||||||
- name: Check code linting
|
- name: Check code linting
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v5.0.0
|
||||||
with:
|
with:
|
||||||
cmd: lint
|
cmd: lint
|
||||||
|
|
||||||
|
@ -48,17 +48,17 @@ jobs:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v5.0.0
|
||||||
with:
|
with:
|
||||||
cmd: install
|
cmd: install
|
||||||
|
|
||||||
- name: Check code typing
|
- name: Check code typing
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v5.0.0
|
||||||
with:
|
with:
|
||||||
cmd: typecheck
|
cmd: typecheck
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
uses: borales/actions-yarn@v3.0.0
|
uses: borales/actions-yarn@v5.0.0
|
||||||
with:
|
with:
|
||||||
cmd: test --coverage
|
cmd: test --coverage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue