Skip to content

Commit

Permalink
Merge pull request #92 from gadget-inc/node-20
Browse files Browse the repository at this point in the history
Upgrade to node v20 and latest pnpm
  • Loading branch information
airhorns authored Dec 13, 2023
2 parents 0762bec + c88b5b2 commit f694b24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
packages =
rec {
bash = pkgs.bash;
nodejs = pkgs.nodejs-18_x;
pnpm = pkgs.nodePackages.pnpm;
nodejs = pkgs.nodejs_20;
corepack = pkgs.corepack;
};

devShell = pkgs.mkShell {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"jest": "^27.4.7",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
}
},
"packageManager": "[email protected]+sha256.28ca61ece5a496148b73fabc9afb820f9c3fec4f55f04ce45a2cea0a5219f2e1"
}

0 comments on commit f694b24

Please sign in to comment.