Skip to content

Commit 0dd0c70

Browse files
committed
Use corepack_22 to fix CI key error?
1 parent 3912e4e commit 0dd0c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-test-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ runs:
3636
run: npm config set @gadget-client:registry https://registry.gadget.dev/npm
3737
- name: Install dependencies with pnpm
3838
shell: bash
39-
run: pnpm install
39+
run: pnpm install

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
rec {
2323
bash = pkgs.bash;
2424
nodejs = pkgs.nodejs_22;
25-
corepack = pkgs.corepack;
25+
corepack = pkgs.corepack_22;
2626
};
2727

2828
devShell = pkgs.mkShell {

0 commit comments

Comments
 (0)