Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 4, 2024
1 parent c626efb commit 51e8957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51e8957

Please sign in to comment.