File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
58
58
run : |
59
59
sed -i 's/NodeStream as GenericNodeStream/NodeWebStream as GenericNodeStream/g' node_modules/openpgp/openpgp.d.ts
60
60
61
- - name : Test
62
- continue-on-error : true
63
- run : |
64
- export NODE_OPTIONS="--max_old_space_size=4096"
65
- npm test
61
+ # - name: Test
62
+ # continue-on-error: true
63
+ # run: |
64
+ # export NODE_OPTIONS="--max_old_space_size=4096"
65
+ # npm test
66
66
67
67
- name : Build and Pack
68
68
continue-on-error : true
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"baseUrl" : "./" ,
4
4
"outDir" : "./.out-bin" ,
5
- "target" : "ES5 " ,
5
+ "target" : "ESNext " ,
6
6
"module" : "commonjs" ,
7
7
"moduleResolution" : "node" ,
8
8
"declaration" : true ,
12
12
"noFallthroughCasesInSwitch" : true ,
13
13
"forceConsistentCasingInFileNames" : true ,
14
14
"noImplicitAny" : true ,
15
- "strict" : true ,
15
+ "strict" : true
16
16
} ,
17
17
"files" : [
18
18
"Aks/Helper.ts" ,
You can’t perform that action at this time.
0 commit comments