Skip to content

Commit

Permalink
update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasShabi committed Jan 9, 2025
1 parent 1f1e706 commit e9e5037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ refs:
- &ref_5_29_0 '>=5.29.0 || ^4.53.0' # express 5 support
- &ref_5_30_0 '>=5.30.0 || ^4.54.0'
- &ref_5_31_0 '>=5.31.0 || ^4.55.0'
- &ref_5_32_0 '>=5.32.0 || ^4.56.0'

tests/:
apm_tracing_e2e/:
Expand Down Expand Up @@ -204,7 +205,7 @@ tests/:
Test_TrustBoundaryViolation_StackTrace: missing_feature
test_untrusted_deserialization.py:
TestUntrustedDeserialization:
'*': *ref_5_31_0
'*': *ref_5_32_0
nextjs: missing_feature
TestUntrustedDeserialization_StackTrace: missing_feature
test_unvalidated_redirect.py:
Expand Down
2 changes: 1 addition & 1 deletion utils/scripts/load-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ elif [ "$TARGET" = "agent" ]; then
elif [ "$TARGET" = "nodejs" ]; then
assert_version_is_dev
# NPM builds the package, so we put a trigger file that tells install script to get package from github#master
echo "DataDog/dd-trace-js#untrusted-deserialization" > nodejs-load-from-npm
echo "DataDog/dd-trace-js#master" > nodejs-load-from-npm

elif [ "$TARGET" = "waf_rule_set_v1" ]; then
exit 1
Expand Down

0 comments on commit e9e5037

Please sign in to comment.