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 8e6eeba commit adb71f0Copy full SHA for adb71f0
1 file changed
action.yaml
@@ -14,7 +14,7 @@ runs:
14
steps:
15
- name: Enable NPM Corepack
16
shell: bash
17
- run: corepack enable
+ run: npm install -g corepack && corepack enable
18
19
- name: Use node.js 20
20
uses: actions/setup-node@v4
0 commit comments