Skip to content

Commit

Permalink
update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Sep 18, 2024
1 parent 56bdc01 commit 429d2f3
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ jobs:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set node.js 16.x
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: set node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
- uses: borales/actions-yarn@v4
with:
cmd: install
- uses: borales/actions-yarn@v4
with:
cmd: check:all
node-version: 20.x
- name: Install
run: yarn install --immutable
- name: Check
run: yarn run check:all
- name: Code coverage report
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 429d2f3

Please sign in to comment.