mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-11-24 01:37:29 +01:00
Remove Node.js 14.x from CI
This commit is contained in:
parent
7cc88995f6
commit
83f56649b7
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -9,10 +9,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
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…
Reference in New Issue
Block a user