Skip to content

Commit c21d76f

Browse files
committed
not allowed in node options
1 parent f20018f commit c21d76f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@ jobs:
3131
role-session-name: JavaScriptTests
3232
- name: Test Node ${{matrix.node}}
3333
env:
34-
NODE_OPTIONS: "--max-old-space-size=4096 --security-revert=CVE-2023-46809"
34+
NODE_OPTIONS: "--max-old-space-size=4096"
3535
run: |
3636
npm ci
3737
npm run build
38-
npm run coverage-node
38+
npm run coverage-node --security-revert=CVE-2023-46809
3939
- name: Test compliance
4040
env:
41-
NODE_OPTIONS: "--max-old-space-size=4096 --security-revert=CVE-2023-46809"
41+
NODE_OPTIONS: "--max-old-space-size=4096"
4242
run: |
4343
npm run lint
4444
npm run test_conditions
4545
- name: Run Test Vectors Node ${{matrix.node}}
4646
env:
47-
NODE_OPTIONS: "--max-old-space-size=4096 --security-revert=CVE-2023-46809"
47+
NODE_OPTIONS: "--max-old-space-size=4096"
4848
NPM_CONFIG_UNSAFE_PERM: true
4949
PUBLISH_LOCAL: true
5050
run: |
5151
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
5454
- name: Run Test Vectors Browser node ${{matrix.node}}
5555
env:
56-
NODE_OPTIONS: "--max-old-space-size=4096 --security-revert=CVE-2023-46809"
56+
NODE_OPTIONS: "--max-old-space-size=4096"
5757
NPM_CONFIG_UNSAFE_PERM: true
5858
PUBLISH_LOCAL: true
5959
run: |
6060
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

Comments
 (0)