File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : " 18 "
17
+ node-version : " 20 "
18
18
cache : " yarn"
19
19
cache-dependency-path : yarn.lock
20
20
env :
@@ -39,19 +39,14 @@ jobs:
39
39
strategy :
40
40
fail-fast : false
41
41
matrix :
42
- test-group :
43
- [
44
- " core" ,
45
- " docusaurus" ,
46
- " playground"
47
- ]
42
+ test-group : ["core", "docusaurus", "playground"]
48
43
steps :
49
44
- name : Checkout
50
45
uses : actions/checkout@v3
51
46
- name : Set up Node.js
52
47
uses : actions/setup-node@v3
53
48
with :
54
- node-version : " 18 "
49
+ node-version : " 20 "
55
50
cache : " yarn"
56
51
cache-dependency-path : yarn.lock
57
52
- name : Restore node_modules
88
83
- name : Set up Node.js
89
84
uses : actions/setup-node@v3
90
85
with :
91
- node-version : " 18 "
86
+ node-version : " 20 "
92
87
cache : " yarn"
93
88
cache-dependency-path : yarn.lock
94
89
- name : Restore node_modules
Original file line number Diff line number Diff line change 12
12
"types" : " dist/index.d.ts" ,
13
13
"source" : " src/index.ts" ,
14
14
"scripts" : {
15
- "prepublishOnly" : " yarn build" ,
16
15
"clean" : " npx rimraf dist" ,
17
16
"test" : " jest --watchAll --maxWorkers=3" ,
18
17
"test:pipeline" : " jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit" ,
Original file line number Diff line number Diff line change 12
12
"types" : " dist/index.d.ts" ,
13
13
"source" : " src/index.ts" ,
14
14
"scripts" : {
15
- "prepublishOnly" : " yarn build" ,
16
15
"clean" : " npx rimraf dist" ,
17
16
"test" : " jest --watchAll --maxWorkers=3" ,
18
17
"test:pipeline" : " jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit" ,
Original file line number Diff line number Diff line change 11
11
"types" : " dist/index.d.ts" ,
12
12
"source" : " src/index.ts" ,
13
13
"scripts" : {
14
- "prepublishOnly" : " yarn build" ,
15
14
"clean" : " npx rimraf dist" ,
16
15
"test" : " jest --watchAll --maxWorkers=3" ,
17
16
"test:pipeline" : " jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit" ,
You can’t perform that action at this time.
0 commit comments