Skip to content

Commit 4830b3d

Browse files
authored
ci: partially prevent prototype pollution (#2602)
1 parent 3dd780b commit 4830b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- cron: 0 4 * * 1-5
1111
env:
1212
HOMEBREW_NO_INSTALL_CLEANUP: 1
13+
NODE_OPTIONS: "--disable-proto=delete"
1314
VisualStudioVersion: "17.0"
1415
concurrency:
1516
# Ensure single build of a pull request. `trunk` should not be affected.

0 commit comments

Comments
 (0)