Skip to content

Commit f2906ee

Browse files
fix: publish-comps action fix
1 parent 3ec1fd5 commit f2906ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-comps.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
17-
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v3
19-
with:
20-
node-version: ${{ matrix.node-version }}
21-
cache: 'yarn'
17+
- uses: actions/setup-node@v3
2218
- name: Install dependencies
2319
uses: borales/actions-yarn@v4.2.0
2420
with:

0 commit comments

Comments
 (0)