mirror of
https://github.com/garraflavatra/yeslint.git
synced 2025-02-17 15:39:27 +00:00
Remove Node.js 14.x from CI
This commit is contained in:
parent
7cc88995f6
commit
83f56649b7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -11,8 +11,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x, 16.x, 18.x]
|
node-version: [14.x, 16.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user