We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab1ea3 commit 756b4aeCopy full SHA for 756b4ae
.github/workflows/main.yml
@@ -9,19 +9,28 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
+ - uses: actions/setup-node@v2
13
+ with:
14
+ node-version: 16
15
- run: npm install
16
- run: npx xo
17
18
Types:
19
20
21
22
23
24
25
26
- run: npx tsd
27
28
Test:
29
30
31
32
33
34
35
36
- run: npx ava
0 commit comments