Skip to content

Bump discord.js from 14.10.0 to 14.10.2 (#108) #268

Bump discord.js from 14.10.0 to 14.10.2 (#108)

Bump discord.js from 14.10.0 to 14.10.2 (#108) #268

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
- name: Install dependencies
run: yarn --immutable
- name: Lint
run: yarn lint
- name: Build
run: yarn build