Skip to content

Commit

Permalink
CI: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent 304ce49 commit cfdb3aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup Node.js ${{ matrix.node-version }}
- name: setup Node.js
uses: actions/setup-node@v3
with:
cache: "yarn"
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup Node.js ${{ matrix.node-version }}
- name: setup Node.js
uses: actions/setup-node@v3
with:
cache: "yarn"
Expand All @@ -67,7 +67,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup Node.js ${{ matrix.node-version }}
- name: setup Node.js
uses: actions/setup-node@v3
with:
cache: "yarn"
Expand Down

0 comments on commit cfdb3aa

Please sign in to comment.