mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: update to node 16 (#6315)
This commit is contained in:
5
.github/workflows/publish-dev.yml
vendored
5
.github/workflows/publish-dev.yml
vendored
@@ -14,12 +14,11 @@ jobs:
|
||||
- name: Install Node v14
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
registry-url: https://registry.npmjs.org/
|
||||
|
||||
- name: Install dependencies
|
||||
# Remove --no-optional after Node 16 upgrade
|
||||
run: npm ci --ignore-scripts --no-optional
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Deprecate old versions
|
||||
run: npm deprecate discord.js@"~13.0.0-dev" "no longer supported" || true
|
||||
|
||||
Reference in New Issue
Block a user