From 35a383b366cfb5fd28313553fd5d29ae53f61908 Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 24 Oct 2023 21:44:42 +0200 Subject: [PATCH] feat: add --- .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 eefb922ba..c4dd7da2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [16.x] steps: - name: Check out code