File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
CI :
8
8
strategy :
9
9
matrix :
10
- node : [16, 18.3.0 , 20.4.0 ]
10
+ node : [16, 18, 20]
11
11
fail-fast : false
12
12
runs-on : codebuild-AWS-ESDK-JS-Release-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-5.0-large
13
13
permissions :
@@ -31,20 +31,20 @@ 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"
34
+ NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
35
35
run : |
36
36
npm ci
37
37
npm run build
38
38
npm run coverage-node
39
39
- name : Test compliance
40
40
env :
41
- NODE_OPTIONS : " --max-old-space-size=4096"
41
+ NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
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"
47
+ NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
48
48
NPM_CONFIG_UNSAFE_PERM : true
49
49
PUBLISH_LOCAL : true
50
50
run : |
53
53
npm run verdaccio-node-encrypt
54
54
- name : Run Test Vectors Browser node ${{matrix.node}}
55
55
env :
56
- NODE_OPTIONS : " --max-old-space-size=4096"
56
+ NODE_OPTIONS : " --max-old-space-size=4096 --security-revert=CVE-2023-46809 "
57
57
NPM_CONFIG_UNSAFE_PERM : true
58
58
PUBLISH_LOCAL : true
59
59
run : |
You can’t perform that action at this time.
0 commit comments