Skip to content

Commit 429d2f3

Browse files
committed
update yarn
1 parent 56bdc01 commit 429d2f3

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/main.yml

+8-10
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ jobs:
55
name: CI
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
9-
- name: set node.js 16.x
10-
uses: actions/setup-node@v3
8+
- uses: actions/checkout@v4
9+
- name: set node.js 20.x
10+
uses: actions/setup-node@v4
1111
with:
12-
node-version: 16.x
13-
- uses: borales/actions-yarn@v4
14-
with:
15-
cmd: install
16-
- uses: borales/actions-yarn@v4
17-
with:
18-
cmd: check:all
12+
node-version: 20.x
13+
- name: Install
14+
run: yarn install --immutable
15+
- name: Check
16+
run: yarn run check:all
1917
- name: Code coverage report
2018
uses: codecov/codecov-action@v2
2119
with:

0 commit comments

Comments
 (0)