Skip to content

Commit bbefb58

Browse files
committed
update
1 parent e17c045 commit bbefb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29-
- run: corepack enable ${{ matrix.os == 'windows-latest' && '--install-directory C:\npm\prefix' }}
29+
- run: corepack enable ${{ matrix.os == 'windows-latest' && '--install-directory C:\npm\prefix' || '' }}
3030

3131
- name: Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)