Skip to content

Commit

Permalink
Update development lockfile and use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Oct 2, 2024
1 parent aaed054 commit 170690d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest]

steps:
Expand Down
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.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages =
rec {
bash = pkgs.bash;
nodejs = pkgs.nodejs_20;
nodejs = pkgs.nodejs_22;
pnpm = pkgs.nodePackages.pnpm;
};

Expand Down

0 comments on commit 170690d

Please sign in to comment.