From 685e8f891736801e1d6416e153d69e34c2674144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20BERARD?= Date: Fri, 25 Aug 2023 11:22:18 +0200 Subject: [PATCH] remove node 12 from ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec5f9de..97be58f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2