Skip to content

Commit e324ec4

Browse files
committed
lint
1 parent 86c486d commit e324ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 18
21-
- run: |
22-
corepack enable; yarn
21+
- run: corepack enable; yarn
2322
env:
2423
COREPACK_ENABLE_DOWNLOAD_PROMPT: 0
2524
- run: |

0 commit comments

Comments
 (0)