Commit 41a18f2 1 parent e31914d commit 41a18f2 Copy full SHA for 41a18f2
File tree 2 files changed +29
-28
lines changed
2 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 1
- name : Node CI
2
-
3
- on :
4
- push :
5
- branches : [ master ]
6
- pull_request :
7
- branches : [ master ]
8
-
9
- jobs :
10
- build :
11
-
12
- runs-on : ubuntu-latest
13
-
14
- strategy :
15
- matrix :
16
- node-version : [14.x, 16 .x]
17
-
18
- steps :
19
- - uses : actions/checkout@v2
20
-
21
- - name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v1
23
- with :
24
- node-version : ${{ matrix.node-version }}
25
-
26
- - run : yarn install
27
-
28
- - run : yarn jest
1
+ name : Node CI
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ branches : [ master ]
8
+
9
+ jobs :
10
+ build :
11
+
12
+ runs-on : ubuntu-latest
13
+
14
+ strategy :
15
+ matrix :
16
+ node-version : [18 .x]
17
+
18
+ steps :
19
+ - uses : actions/checkout@v2
20
+
21
+ - name : Use Node.js ${{ matrix.node-version }}
22
+ uses : actions/setup-node@v1
23
+ with :
24
+ node-version : ${{ matrix.node-version }}
25
+
26
+ - run : yarn install
27
+
28
+ - run : yarn jest
Original file line number Diff line number Diff line change 28
28
* Activate XLSX compression by default. The example of index.bigtable.html went from 18Mb to 3Mb.
29
29
* _ Update npm dependencies to fix vulnerabilities_
30
30
* Update to latest version of TypeScript
31
+ * Reduced size of the library from 912 KB to 277 KB!!!
31
32
32
33
### 3.8.0
33
34
You can’t perform that action at this time.
0 commit comments