File tree Expand file tree Collapse file tree 4 files changed +42
-306
lines changed Expand file tree Collapse file tree 4 files changed +42
-306
lines changed Original file line number Diff line number Diff line change
1
+ name : build
2
+
3
+ on :
4
+ push :
5
+ branches : [main]
6
+ pull_request :
7
+ branches : [main]
8
+
9
+ jobs :
10
+ test :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v3
14
+ - uses : actions/setup-node@v3
15
+ with :
16
+ node-version : 18.x
17
+ - uses : pnpm/action-setup@v4
18
+ - run : pnpm i
19
+ - run : pnpm lint
20
+ - run : pnpm dist
Original file line number Diff line number Diff line change 57
57
"lib0" : " ^0.2.93" ,
58
58
"redis" : " ^4.6.12" ,
59
59
"socket.io" : " ^4.7.5" ,
60
+ "socket.io-client" : " ^4.8.0" ,
60
61
"y-protocols" : " ^1.0.6" ,
61
62
"yjs" : " ^13.6.18"
62
63
},
65
66
"postgres" : " ^3.4.3"
66
67
},
67
68
"engines" : {
68
- "npm" : " >=8.0.0" ,
69
69
"node" : " >=18.0.0"
70
70
},
71
+ "packageManager" :
" [email protected] " ,
71
72
"devDependencies" : {
72
73
"@dotenvx/dotenvx" : " ^1.14.0" ,
73
74
"@redis/client" : " ^1.6.0" ,
74
75
"@types/node" : " ^20.11.5" ,
75
76
"@types/ws" : " ^8.5.10" ,
76
77
"concurrently" : " ^8.2.2" ,
77
- "socket.io-client" : " ^4.7.5" ,
78
78
"standard" : " ^17.1.0" ,
79
79
"tsup" : " ^8.2.4" ,
80
- "typescript" : " ^5.3.3" ,
81
- "ws" : " ^8.16.0" ,
82
- "y-websocket" : " ^2.0.3"
80
+ "typescript" : " ^5.3.3"
83
81
}
84
82
}
You can’t perform that action at this time.
0 commit comments