From 51e8957d7efd88cc1a51872c066e2d1d1e7f0005 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 4 Jun 2024 11:23:02 +0200 Subject: [PATCH] Fix CI --- .github/workflows/test.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 681dadc..a2ee37b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: 'windows-2022', 'windows-latest', ] - node: [ '14', '16', 'lts/*' ] + node: [ '16', '18', '20', '22', 'lts/*' ] runs-on: ${{ matrix.runner }} name: ${{ matrix.runner }} runner with Node.js ${{ matrix.node }} steps: diff --git a/README.md b/README.md index 972d9a2..364c027 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by ## Setup -1. Install [node and npm](https://nodejs.org) - should run with any version >= 14. Older versions may still work, but no guarantee. +1. Install [node and npm](https://nodejs.org) - should run with any version >= 16. Older versions may still work, but no guarantee. 2. `npm install -g stac-node-validator` to install the library permanently ## Usage