Merge pull request #844 from MikeMcC399/migrate-node16

Migrate cwa-documentation to use node 16
This commit is contained in:
Sven Gabriel 2022-02-07 14:15:36 +01:00 committed by GitHub
commit 30785989f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5781 additions and 722 deletions

View File

@ -14,10 +14,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js environment (v14)
- name: Setup Node.js environment (v16)
uses: actions/setup-node@v2
with:
node-version: 'lts/fermium'
node-version: 'lts/gallium'
- name: Install npm dependencies
if: always()

View File

@ -27,7 +27,7 @@ Supported languages are:
## Prerequisites
This repository is aligned to the Node.js 14 Maintenance LTS version of [Node.js](https://nodejs.org/en/) (which includes npm). Install the v14 (`lts/fremium`) version of Node.js which is available from [Node.js - Previous Releases](https://nodejs.org/en/download/releases/) page.
Install the Node.js 16 Active LTS version of [Node.js](https://nodejs.org/en/) (which includes npm).
## Installation

6497
package-lock.json generated

File diff suppressed because it is too large Load Diff