chore: update node.js to v26 (#38285)

- bump ci, flake and `@types/node` to node 26
- regenerate flake.lock which is needed for that package
- refactor workflow to use shared composite action
This commit is contained in:
silverwind
2026-07-01 16:28:36 +02:00
committed by GitHub
parent e8654c7e06
commit 9cb2719fab
9 changed files with 49 additions and 64 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
# only bump toolchain versions here
go = pkgs.go_1_26;
nodejs = pkgs.nodejs_24;
nodejs = pkgs.nodejs_26;
python3 = pkgs.python314;
pnpm = pkgs.pnpm_10;