File tree 5 files changed +18
-18
lines changed
5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 27
27
run : sudo apt install asciidoctor
28
28
29
29
- name : install TS
30
- run : npm install typescript
30
+ run : npm install -g typescript
31
31
32
32
- name : npm install
33
33
run : npm install
Original file line number Diff line number Diff line change 20
20
run : sudo apt install asciidoctor
21
21
22
22
- name : install TS
23
- run : npm install typescript
23
+ run : npm install -g typescript
24
24
25
25
- name : npm install
26
26
run : npm install
Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-node@v2-beta
20
20
with :
21
- node-version : ' 14 '
21
+ node-version : ' 16 '
22
22
23
23
- name : install Pandoc
24
24
uses : crazy-max/ghaction-chocolatey@v1
34
34
run : gem install asciidoctor
35
35
36
36
- name : install TS
37
- run : npm install typescript
37
+ run : npm install -g typescript
38
38
39
39
- name : npm install
40
40
run : npm install
Original file line number Diff line number Diff line change 11
11
12
12
- uses : actions/setup-node@v2-beta
13
13
with :
14
- node-version : ' 14 '
14
+ node-version : ' 16 '
15
15
16
16
- name : install Pandoc
17
17
uses : crazy-max/ghaction-chocolatey@v1
27
27
run : gem install asciidoctor
28
28
29
29
- name : install TS
30
- run : npm install typescript
30
+ run : npm install -g typescript
31
31
32
32
- name : npm install
33
33
run : npm install
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
- "@types/chai" : " ^4.2.14 " ,
8
- "@types/mocha" : " ^8.2.0 " ,
9
- "@types/node" : " ^14.14.2 " ,
10
- "chai" : " ^4.2.0 " ,
11
- "ejs" : " ^3.1.5 " ,
12
- "find-process" : " ^1.4.4 " ,
7
+ "@types/chai" : " ^4.3.0 " ,
8
+ "@types/mocha" : " ^8.2.3 " ,
9
+ "@types/node" : " ^16.11.7 " ,
10
+ "chai" : " ^4.3.6 " ,
11
+ "ejs" : " ^3.1.6 " ,
12
+ "find-process" : " ^1.4.7 " ,
13
13
"fs-extra" : " ^9.1.0" ,
14
- "is-reachable" : " ^5.0.0 " ,
15
- "mocha" : " ^8.2.1 " ,
14
+ "is-reachable" : " ^5.1.1 " ,
15
+ "mocha" : " ^8.4.0 " ,
16
16
"pegjs" : " ^0.10.0" ,
17
17
"process-list" : " ^2.0.0" ,
18
18
"rimraf" : " ^3.0.2" ,
19
19
"ts-pegjs" : " ^0.2.7" ,
20
20
"vscode-extension-tester" : " ^3.2.5" ,
21
- "yargs" : " ^16.1 .0"
21
+ "yargs" : " ^16.2 .0"
22
22
},
23
23
"devDependencies" : {
24
- "@types/jasmine" : " ^3.6.2 " ,
25
- "jasmine" : " ^3.6.2 "
24
+ "@types/jasmine" : " ^3.10.3 " ,
25
+ "jasmine" : " ^3.99.0 "
26
26
},
27
27
"scripts" : {
28
28
"test" : " npx jasmine"
29
29
},
30
30
"author" : " " ,
31
31
"license" : " ISC"
32
- }
32
+ }
You can’t perform that action at this time.
0 commit comments