mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-22 09:14:26 +01:00
Merge pull request #931 from MikeMcC399/update/node-to-18
Migrate check workflow to Node.js 18
This commit is contained in:
commit
f16456d25b
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@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Node.js environment (v16)
|
- name: Setup Node.js 18 environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/gallium'
|
node-version: 'lts/hydrogen'
|
||||||
|
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
if: always()
|
if: always()
|
||||||
|
@ -20,7 +20,7 @@ This repository checks against following specification:
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
Install the Node.js 16 Maintenance version of [Node.js](https://nodejs.org/en/) (which includes npm).
|
Install the Node.js 18 Active LTS version of [Node.js](https://nodejs.org/en/) (which includes npm).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user