We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b95c43 commit 77ebccaCopy full SHA for 77ebcca
.github/workflows/main.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: 14.x
20
21
+ - run: npm i -g npm@7
22
- run: npm ci
23
- run: npm run build
24
@@ -30,6 +31,7 @@ jobs:
30
31
32
33
34
35
36
- run: npm run lint
37
@@ -42,6 +44,7 @@ jobs:
42
44
43
45
46
47
48
49
- run: npm run test-no-progress
50
- run: npm run report-coverage
@@ -55,5 +58,6 @@ jobs:
55
58
56
59
57
60
61
62
63
- run: npm run tsd
0 commit comments