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 1414 uses : actions/checkout@v3
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : " 18 "
17+ node-version : " 20 "
1818 cache : " yarn"
1919 cache-dependency-path : yarn.lock
2020 env :
@@ -39,19 +39,14 @@ jobs:
3939 strategy :
4040 fail-fast : false
4141 matrix :
42- test-group :
43- [
44- " core" ,
45- " docusaurus" ,
46- " playground"
47- ]
42+ test-group : ["core", "docusaurus", "playground"]
4843 steps :
4944 - name : Checkout
5045 uses : actions/checkout@v3
5146 - name : Set up Node.js
5247 uses : actions/setup-node@v3
5348 with :
54- node-version : " 18 "
49+ node-version : " 20 "
5550 cache : " yarn"
5651 cache-dependency-path : yarn.lock
5752 - name : Restore node_modules
8883 - name : Set up Node.js
8984 uses : actions/setup-node@v3
9085 with :
91- node-version : " 18 "
86+ node-version : " 20 "
9287 cache : " yarn"
9388 cache-dependency-path : yarn.lock
9489 - name : Restore node_modules
Original file line number Diff line number Diff line change 1212 "types" : " dist/index.d.ts" ,
1313 "source" : " src/index.ts" ,
1414 "scripts" : {
15- "prepublishOnly" : " yarn build" ,
1615 "clean" : " npx rimraf dist" ,
1716 "test" : " jest --watchAll --maxWorkers=3" ,
1817 "test:pipeline" : " jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit" ,
Original file line number Diff line number Diff line change 1212 "types" : " dist/index.d.ts" ,
1313 "source" : " src/index.ts" ,
1414 "scripts" : {
15- "prepublishOnly" : " yarn build" ,
1615 "clean" : " npx rimraf dist" ,
1716 "test" : " jest --watchAll --maxWorkers=3" ,
1817 "test:pipeline" : " jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit" ,
Original file line number Diff line number Diff line change 1111 "types" : " dist/index.d.ts" ,
1212 "source" : " src/index.ts" ,
1313 "scripts" : {
14- "prepublishOnly" : " yarn build" ,
1514 "clean" : " npx rimraf dist" ,
1615 "test" : " jest --watchAll --maxWorkers=3" ,
1716 "test:pipeline" : " jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit" ,
You can’t perform that action at this time.
0 commit comments