mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-25 18:54:25 +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
|
||||
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()
|
||||
|
@ -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
6497
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user