Remove Node 14 from Github action

The chroma-highlight package I refer to only supports node >= 16.
This commit is contained in:
Robert McGovern 2023-02-06 15:06:12 +00:00
parent a37771eb00
commit e3d9338708
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["14", "16", "18"]
node: ["16", "18"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3