@@ -31,32 +31,32 @@ jobs:
31
31
role-session-name : JavaScriptTests
32
32
- name : Test Node ${{matrix.node}}
33
33
env :
34
- NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
34
+ NODE_OPTIONS : " --max-old-space-size=4096"
35
35
run : |
36
36
npm ci
37
37
npm run build
38
- npm run coverage-node
38
+ npm run coverage-node --security-revert=CVE-2023-46809
39
39
- name : Test compliance
40
40
env :
41
- NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
41
+ NODE_OPTIONS : " --max-old-space-size=4096"
42
42
run : |
43
43
npm run lint
44
44
npm run test_conditions
45
45
- name : Run Test Vectors Node ${{matrix.node}}
46
46
env :
47
- NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
47
+ NODE_OPTIONS : " --max-old-space-size=4096"
48
48
NPM_CONFIG_UNSAFE_PERM : true
49
49
PUBLISH_LOCAL : true
50
50
run : |
51
51
npm run verdaccio-publish
52
- npm run verdaccio-node-decrypt
53
- npm run verdaccio-node-encrypt
52
+ npm run verdaccio-node-decrypt --security-revert=CVE-2023-46809
53
+ npm run verdaccio-node-encrypt --security-revert=CVE-2023-46809
54
54
- name : Run Test Vectors Browser node ${{matrix.node}}
55
55
env :
56
- NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
56
+ NODE_OPTIONS : " --max-old-space-size=4096"
57
57
NPM_CONFIG_UNSAFE_PERM : true
58
58
PUBLISH_LOCAL : true
59
59
run : |
60
60
npm run verdaccio-publish
61
- npm run verdaccio-browser-decrypt
62
- npm run verdaccio-browser-encrypt
61
+ npm run verdaccio-browser-decrypt --security-revert=CVE-2023-46809
62
+ npm run verdaccio-browser-encrypt --security-revert=CVE-2023-46809
0 commit comments