snyk: remove nodejs version pin
See #515284. I did not update the package because of build errors. We should wait on upstream to update their dependencies. It may also be needed to pin nodejs again after upstream update.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
testers,
|
||||
snyk,
|
||||
nodejs_20,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -33,8 +32,6 @@ buildNpmPackage {
|
||||
find -L $out -type l -print -delete
|
||||
'';
|
||||
|
||||
nodejs = nodejs_20;
|
||||
|
||||
npmBuildScript = "build:prod";
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
|
||||
Reference in New Issue
Block a user