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 2406c48 commit 8a82083Copy full SHA for 8a82083
.github/workflows/pr-check.yml
@@ -23,8 +23,7 @@ jobs:
23
node-version: ${{ env.NODE_VERSION }}
24
cache: ${{ env.ENABLE_CACHE == 'yes' && 'npm' || '' }}
25
26
- - run: corepack enable
27
- - run: corepack prepare npm@${{ env.NPM_VERSION }} --activate
+ - run: npm i -g npm@${{ env.NPM_VERSION }}
28
29
- name: Install dependencies
30
run: npm ci --ignore-scripts
.github/workflows/publish.yml
@@ -21,8 +21,7 @@ jobs:
21
22
0 commit comments