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 3912e4e commit 0dd0c70Copy full SHA for 0dd0c70
.github/actions/setup-test-env/action.yml
@@ -36,4 +36,4 @@ runs:
36
run: npm config set @gadget-client:registry https://registry.gadget.dev/npm
37
- name: Install dependencies with pnpm
38
shell: bash
39
- run: pnpm install
+ run: pnpm install
flake.nix
@@ -22,7 +22,7 @@
22
rec {
23
bash = pkgs.bash;
24
nodejs = pkgs.nodejs_22;
25
- corepack = pkgs.corepack;
+ corepack = pkgs.corepack_22;
26
};
27
28
devShell = pkgs.mkShell {
0 commit comments