mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: run specific version of node
This commit is contained in:
5
.github/workflows/publish-dev-docker.yml
vendored
5
.github/workflows/publish-dev-docker.yml
vendored
@@ -12,6 +12,11 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install node.js v16
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install dependencies
|
||||
uses: ./packages/actions/src/yarnCache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user