mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-23 01:34:25 +01:00
Merge pull request #764 from MikeMcC399/lock-node-to-v14
Lock repository to lts/fermium (node v14)
This commit is contained in:
commit
9f51176f84
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@ -14,6 +14,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Setup Node.js environment (v14)
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: 'lts/fermium'
|
||||||
|
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
|
@ -27,9 +27,7 @@ Supported languages are:
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
To run all the linters please install for your OS:
|
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.
|
||||||
|
|
||||||
* [npm](https://github.com/nodesource/distributions)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -58,7 +56,7 @@ Every individual check can be run like so:
|
|||||||
npm runscript my-individual-check
|
npm runscript my-individual-check
|
||||||
```
|
```
|
||||||
|
|
||||||
See the package.json file for help.
|
See the [package.json](https://github.com/corona-warn-app/cwa-documentation/blob/master/package.json) file for the currently available scripts.
|
||||||
|
|
||||||
#### Markdown linter
|
#### Markdown linter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user