We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b33705 commit 04937dbCopy full SHA for 04937db
action.yml
@@ -41,6 +41,6 @@ branding:
41
color: "blue"
42
icon: "database"
43
runs:
44
- using: "node20"
+ using: "node24"
45
main: "dist/index.js"
46
post: "dist/index.js"
devenv.nix
@@ -1,7 +1,7 @@
1
-{ config, pkgs, ... }:
+{ pkgs, ... }:
2
3
let
4
- nodejs = pkgs.nodejs_20;
+ nodejs = pkgs.nodejs_24;
5
in
6
{
7
packages = [
0 commit comments