get rid of 12x as not supported by react-scripts

This commit is contained in:
Thomas Quandalle
2022-06-08 18:52:50 +02:00
parent 12e14e296c
commit 4a20e83720
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2