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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue