Skip to content

Commit

Permalink
update to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Jan 1, 2025
1 parent 2cff992 commit 575fafa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "test"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = [ pkgs.nodejs_20 ];
nativeBuildInputs = [ pkgs.nodejs_22 ];
}

0 comments on commit 575fafa

Please sign in to comment.