From aea58e0831b2a83fbbf45e83e01d87a92a2e9b7a Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 31 Dec 2023 10:04:05 +0800 Subject: [PATCH] ci: remove node 14 --- .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 8f590ffc..262a6dca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: [14, 16, 18, 20] + node_version: [16, 18, 20] include: # Active LTS + other OS - os: macos-latest