From f74dafdda2308f858081f4154db08f0feedbcd30 Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 3 Mar 2024 23:24:36 +0000 Subject: [PATCH] update 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 0367325..7438217 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [16.x] steps: - uses: actions/checkout@v2