1
0
mirror of https://github.com/badgen/badgen.git synced 2025-04-19 05:42:16 +03:00

chore: remove test for nodejs 8 and 10

This commit is contained in:
Amio 2022-04-30 17:06:55 +08:00 committed by Amio Jin
parent 18f79c98b8
commit 609f95c21a

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
node: [8, 10, 12, 14, 16, 18]
node: [12, 14, 16, 18]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}