From 2e215f35a997cb43855541882da1b2ae16d1d208 Mon Sep 17 00:00:00 2001 From: Xin Chen Date: Wed, 7 Aug 2024 01:04:54 +0800 Subject: [PATCH] fix: remove node 14 in 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 48694d2..edd8037 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: ['14', '16'] + node_version: ['16'] include: - os: macos-latest node_version: 16