Skip to content

Commit adb71f0

Browse files
authored
fix: force latest version of corepack
to fix problems with signature keys
1 parent 8e6eeba commit adb71f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
steps:
1515
- name: Enable NPM Corepack
1616
shell: bash
17-
run: corepack enable
17+
run: npm install -g corepack && corepack enable
1818

1919
- name: Use node.js 20
2020
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)