mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
Set node version in workflows/cdn.yml to 16.x
This commit is contained in:
parent
ab771cbe1c
commit
35697d18d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cdn.yml
vendored
2
.github/workflows/cdn.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Install Node.js
|
||||
uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16.x
|
||||
- name: Install npm 7
|
||||
run: npm install --global npm@7
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue