File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
- name : Semantic Release
23
- uses : cycjimmy/semantic-release-action@v2
23
+ uses : cycjimmy/semantic-release-action@v3
24
24
id : semantic
25
25
with :
26
26
extra_plugins : |
Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"main" : " ./src/index" ,
27
25
"scripts" : {
28
26
"demo" : " PORT=5000 node demo/server.js" ,
39
37
"url" : " https://github.com/CoCreate-app/CoCreate-socket-server/issues"
40
38
},
41
39
"homepage" : " https://cocreate.app/docs/CoCreate-socket-server" ,
42
- "dependencies" : {
43
- "@cocreate/docs" : " ^1.5.3" ,
44
- "@cocreate/uuid" : " ^1.2.52"
45
- },
46
- "devDependencies" : {
47
- "express" : " ^4.17.1" ,
48
- "ws" : " 7.5.9"
49
- }
40
+ "dependencies" : { "@cocreate/docs" : " ^1.5.4" , "@cocreate/uuid" : " ^1.2.53" },
41
+ "devDependencies" : { "express" : " ^4.17.1" , "ws" : " 7.5.9" }
50
42
}
You can’t perform that action at this time.
0 commit comments