mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-08-02 07:44:44 +02:00
feat: Use node24 instead of node20
Signed-off-by: David Dreschner <github-2017@dreschner.net>
This commit is contained in:
parent
8a7bac6300
commit
250fb2155f
3 changed files with 8 additions and 8 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# `nix develop`
|
||||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nodejs_20
|
||||
nodejs_24
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue