Skip to content

Commit a9744cf

Browse files
authored
Merge pull request #6 from baoduy/develop
fix bugs
2 parents f7dbb66 + 9101191 commit a9744cf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
run: |
5959
sed -i 's/NodeStream as GenericNodeStream/NodeWebStream as GenericNodeStream/g' node_modules/openpgp/openpgp.d.ts
6060
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
6666

6767
- name: Build and Pack
6868
continue-on-error: true

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": "./",
44
"outDir": "./.out-bin",
5-
"target": "ES5",
5+
"target": "ESNext",
66
"module": "commonjs",
77
"moduleResolution": "node",
88
"declaration": true,
@@ -12,7 +12,7 @@
1212
"noFallthroughCasesInSwitch": true,
1313
"forceConsistentCasingInFileNames": true,
1414
"noImplicitAny": true,
15-
"strict": true,
15+
"strict": true
1616
},
1717
"files": [
1818
"Aks/Helper.ts",

0 commit comments

Comments
 (0)