Merge pull request #931 from MikeMcC399/update/node-to-18

Migrate check workflow to Node.js 18
This commit is contained in:
dsarkar 2022-11-01 17:20:00 +01:00 committed by GitHub
commit f16456d25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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