Skip to content

Bump @discordjs/voice from 0.17.0 to 0.18.0 #1423

Bump @discordjs/voice from 0.17.0 to 0.18.0

Bump @discordjs/voice from 0.17.0 to 0.18.0 #1423

Workflow file for this run

name: ESLint
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Run ESLint
run: pnpm run lint