mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-22 01:04: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
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js environment (v16)
|
||||
- name: Setup Node.js 18 environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'lts/gallium'
|
||||
node-version: 'lts/hydrogen'
|
||||
|
||||
- name: Install npm dependencies
|
||||
if: always()
|
||||
|
@ -20,7 +20,7 @@ This repository checks against following specification:
|
||||
|
||||
## 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user