mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci(workflow): add cache to workflows using actions/setup-node (#6821)
This commit is contained in:
1
.github/workflows/publish-dev.yml
vendored
1
.github/workflows/publish-dev.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
registry-url: https://registry.npmjs.org/
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
Reference in New Issue
Block a user