mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-29 12:44:27 +01:00
Merge pull request #844 from MikeMcC399/migrate-node16
Migrate cwa-documentation to use node 16
This commit is contained in:
commit
30785989f8
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Node.js environment (v14)
|
- name: Setup Node.js environment (v16)
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/fermium'
|
node-version: 'lts/gallium'
|
||||||
|
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
if: always()
|
if: always()
|
||||||
|
@ -27,7 +27,7 @@ Supported languages are:
|
|||||||
|
|
||||||
## Prerequisites
|
## 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
|
## Installation
|
||||||
|
|
||||||
|
6497
package-lock.json
generated
6497
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user