mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
chore(Types): include @discordjs/voice typings (#5941)
Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
12
.github/workflows/test-cron.yml
vendored
12
.github/workflows/test-cron.yml
vendored
@@ -16,7 +16,8 @@ jobs:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
# Remove --no-optional after Node 16 upgrade
|
||||
run: npm ci --no-optional
|
||||
|
||||
- name: Run ESLint
|
||||
run: npm run lint
|
||||
@@ -34,7 +35,8 @@ jobs:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
# Remove --no-optional after Node 16 upgrade
|
||||
run: npm ci --no-optional
|
||||
|
||||
- name: Run TSLint
|
||||
run: npm run lint:typings
|
||||
@@ -52,7 +54,8 @@ jobs:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
# Remove --no-optional after Node 16 upgrade
|
||||
run: npm ci --no-optional
|
||||
|
||||
- name: Register Problem Matcher
|
||||
run: echo "##[add-matcher].github/tsc.json"
|
||||
@@ -73,7 +76,8 @@ jobs:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
# Remove --no-optional after Node 16 upgrade
|
||||
run: npm ci --no-optional
|
||||
|
||||
- name: Test documentation
|
||||
run: npm run docs:test
|
||||
|
||||
Reference in New Issue
Block a user