We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3912e4e commit 676d8bcCopy full SHA for 676d8bc
.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
@@ -21,8 +21,8 @@
21
packages =
22
rec {
23
bash = pkgs.bash;
24
- nodejs = pkgs.nodejs_22;
25
- corepack = pkgs.corepack;
+ nodejs = pkgs.nodejs_23;
+ corepack = pkgs.corepack_23;
26
};
27
28
devShell = pkgs.mkShell {
0 commit comments