Skip to content

Commit 676d8bc

Browse files
committed
Upgrade to nodejs v23 to get newer corepack
1 parent 3912e4e commit 676d8bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
packages =
2222
rec {
2323
bash = pkgs.bash;
24-
nodejs = pkgs.nodejs_22;
25-
corepack = pkgs.corepack;
24+
nodejs = pkgs.nodejs_23;
25+
corepack = pkgs.corepack_23;
2626
};
2727

2828
devShell = pkgs.mkShell {

0 commit comments

Comments
 (0)