File tree Expand file tree Collapse file tree 4 files changed +535
-596
lines changed
Expand file tree Collapse file tree 4 files changed +535
-596
lines changed Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- node-version : [18 .x]
18+ node-version : [20 .x]
1919 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020
2121 steps :
Original file line number Diff line number Diff line change 1- FROM ghcr.io/puppeteer/puppeteer:23
1+ FROM ghcr.io/puppeteer/puppeteer:19.11.1
22WORKDIR /app
33# Install dependencies
44COPY --chown=pptruser:pptruser package*.json yarn.lock .env ./
Original file line number Diff line number Diff line change 22 "name" : " mangobot" ,
33 "module" : " src/index.ts" ,
44 "type" : " module" ,
5+ "license" : " UNLICENSED" ,
56 "scripts" : {
67 "start" : " bun run src/index.ts" ,
78 "typecheck" : " tsc --project ./tsconfig.json" ,
1011 "format" : " prettier --write ."
1112 },
1213 "devDependencies" : {
13- "@types/node" : " 22.13 .1" ,
14+ "@types/node" : " 22.14 .1" ,
1415 "@types/web" : " 0.0.202" ,
1516 "bun-types" : " latest" ,
16- "prettier" : " ^3.0 .3" ,
17- "prisma" : " ^5.4.2 " ,
18- "typescript" : " ^5.7 .3"
17+ "prettier" : " ^3.5 .3" ,
18+ "prisma" : " ^5.22.0 " ,
19+ "typescript" : " ^5.8 .3"
1920 },
2021 "peerDependencies" : {
21- "typescript" : " ^5.7 .3"
22+ "typescript" : " ^5.8 .3"
2223 },
2324 "dependencies" : {
2425 "@prisma/client" : " 5.4.2" ,
2526 "@types/node-schedule" : " ^2.1.7" ,
26- "discord.js" : " ^14.17.3 " ,
27+ "discord.js" : " ^14.18.0 " ,
2728 "node-schedule" : " ^2.1.1" ,
28- "puppeteer" : " ^23.9.0 " ,
29+ "puppeteer" : " 19.11.1 " ,
2930 "puppeteer-extra" : " ^3.3.6" ,
3031 "puppeteer-extra-plugin-adblocker" : " ^2.13.6" ,
3132 "puppeteer-extra-plugin-stealth" : " ^2.11.2"
You can’t perform that action at this time.
0 commit comments