Set node version in workflows/cdn.yml to 16.x

This commit is contained in:
Murderlon 2021-08-24 16:40:00 +02:00
parent ab771cbe1c
commit 35697d18d4
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953

View file

@ -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