Remove Node 14 from Github action
The chroma-highlight package I refer to only supports node >= 16.
This commit is contained in:
parent
a37771eb00
commit
e3d9338708
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||||
node: ["14", "16", "18"]
|
node: ["16", "18"]
|
||||||
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
|
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue