File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,6 @@ permissions:
10
10
contents : read
11
11
12
12
jobs :
13
- types :
14
- runs-on : ubuntu-latest
15
- steps :
16
- - uses : actions/checkout@v4
17
- - uses : ljharb/actions/node/install@main
18
- name : ' npm install'
19
- with :
20
- skip-ls-check : true
21
- # for some reason we've got to force typescript to install here
22
- # even though the npm script has `typescript@latest`
23
- - run : npm i --force typescript@latest
24
- - run : npm run test-types
25
-
26
13
matrix :
27
14
runs-on : ubuntu-latest
28
15
outputs :
Original file line number Diff line number Diff line change 18
18
# skip-ls-check: true
19
19
# - run: npm run pretest
20
20
21
+ types :
22
+ runs-on : ubuntu-latest
23
+ steps :
24
+ - uses : actions/checkout@v4
25
+ - uses : ljharb/actions/node/install@main
26
+ name : ' npm install'
27
+ with :
28
+ skip-ls-check : true
29
+ # for some reason we've got to force typescript to install here
30
+ # even though the npm script has `typescript@latest`
31
+ - run : npm i --force typescript@latest
32
+ - run : npm run test-types
33
+
21
34
posttest :
22
35
runs-on : ubuntu-latest
23
36
You can’t perform that action at this time.
0 commit comments