Skip to content

Bump undici and discord.js #4

Bump undici and discord.js

Bump undici and discord.js #4

Workflow file for this run

name: Prepare PR
on:
pull_request:
branches:
- main
jobs:
merge-prep:
name: lint code
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Lint Code
run: npm run lint