mirror of
https://github.com/gizmo4487/O-Bot.git
synced 2026-06-03 09:51:55 -05:00
Compare commits
13 Commits
8c16f7301e
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52cfdc3da1 | ||
| 5e7e86dc1e | |||
| 3ce173f6a7 | |||
| 48e3420a58 | |||
|
|
f26d532214 | ||
|
|
f9eafc49f1 | ||
| 821e73d7b0 | |||
| 7393b38d1c | |||
| 9913eaef8f | |||
| d9f4177011 | |||
| 4bba924ed8 | |||
| 0ea26f3142 | |||
| c25a722fa0 |
31
.github/workflows/node.js.yml
vendored
Normal file
31
.github/workflows/node.js.yml
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
|
||||
|
||||
name: Node.js CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x, 22.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npx eslint . --ext .js
|
||||
@@ -1,3 +1,4 @@
|
||||
[](https://github.com/gizmo4487/O-Bot/actions/workflows/node.js.yml)
|
||||
# O-Bot
|
||||
A Discord bot themed around O, a character in SEGA's Puyo Puyo Tetris
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "Twitch",
|
||||
value: "[notengonombreusario](https://twitch.tv/notengonombreusario)",
|
||||
value: "[gizmo_4487](https://twitch.tv/gizmo_4487)",
|
||||
inline: true,
|
||||
}
|
||||
)
|
||||
|
||||
7725
package-lock.json
generated
7725
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
@@ -7,22 +7,13 @@
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.10.0",
|
||||
"@discordjs/voice": "^0.18.0",
|
||||
"@mapbox/node-pre-gyp": "^2.0.0",
|
||||
"bufferutil": "^4.0.9",
|
||||
"discord.js": "^14.19.3",
|
||||
"dotenv": "^16.5.0",
|
||||
"erlpack": "github:discordapp/erlpack",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
"install-peerdeps": "^3.0.7",
|
||||
"install-peers": "^1.0.4",
|
||||
"libsodium-wrappers": "^0.7.15",
|
||||
"opusscript": "^0.1.1",
|
||||
"xmlhttprequest": "^1.8.0",
|
||||
"zlib-sync": "^0.1.10"
|
||||
"sodium": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.26.0",
|
||||
"eslint": "^9.26.0",
|
||||
"@eslint/js": "^9.27.0",
|
||||
"eslint": "^9.27.0",
|
||||
"globals": "^16.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user