File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/setup-node@v3
15
15
16
16
- name : Compile
17
- run : yarn && yarn build
17
+ run :
yarn && yarn add --dev @types/[email protected] && yarn build
18
18
19
19
unit-test :
20
20
runs-on : ubuntu-latest
29
29
- name : Install dependencies
30
30
run : yarn install
31
31
32
+ - name : Fix TypeScript compatibility
33
+ run :
yarn add --dev @types/[email protected]
34
+
32
35
- name : Unit Test
33
36
run : yarn jest tests/unit
34
37
63
66
- name : Install dependencies
64
67
run : yarn install
65
68
69
+ - name : Fix TypeScript compatibility
70
+ run :
yarn add --dev @types/[email protected]
71
+
66
72
- name : Integration Server Test
67
73
env :
68
74
VOYAGE_API_KEY : ${{ secrets.VOYAGE_API_KEY }}
83
89
- name : Install dependencies
84
90
run : yarn install
85
91
92
+ - name : Fix TypeScript compatibility
93
+ run :
yarn add --dev @types/[email protected]
94
+
86
95
- name : Build
87
96
run : yarn build
88
97
You can’t perform that action at this time.
0 commit comments