Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7d5a3d5

Browse files
committed
update yarn
1 parent 56bdc01 commit 7d5a3d5

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

‎.github/workflows/main.yml‎

Lines changed: 8 additions & 10 deletions
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+
cmd: yarn run check:all
1917
- name: Code coverage report
2018
uses: codecov/codecov-action@v2
2119
with:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /