We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17c045 commit bbefb58Copy full SHA for bbefb58
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
29
- - run: corepack enable ${{ matrix.os == 'windows-latest' && '--install-directory C:\npm\prefix' }}
+ - run: corepack enable ${{ matrix.os == 'windows-latest' && '--install-directory C:\npm\prefix' || '' }}
30
31
- name: Use Node.js ${{ matrix.node-version }}
32
uses: actions/setup-node@v4
0 commit comments