From 8ca72ed29b773e7bb6dc48388eee0e154495910a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Guillop=C3=A9?= Date: Thu, 15 Feb 2024 14:27:48 +0100 Subject: [PATCH] Update build.yml, do not run with node versions '12', '14', --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e7be53..6c5a232 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '14', '16', '20' ] + node: [ '16', '20' ] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2