Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0954755

Browse files
committedSep 18, 2024·
update yarn
1 parent 56bdc01 commit 0954755

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- name: set node.js 16.x
9+
- name: set node.js 20.x
1010
uses: actions/setup-node@v3
1111
with:
12-
node-version: 16.x
13-
- uses: borales/actions-yarn@v4
12+
node-version: 20.x
13+
- uses: borales/actions-yarn@v5
1414
with:
1515
cmd: install
16-
- uses: borales/actions-yarn@v4
16+
- uses: borales/actions-yarn@v5
1717
with:
1818
cmd: check:all
1919
- name: Code coverage report
20-
uses: codecov/codecov-action@v2
20+
uses: codecov/codecov-action@v5
2121
with:
2222
yml: ./codecov.yml
2323
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)