From 5871d8c8c40ea7e971eecedae38ca6011c00d2d7 Mon Sep 17 00:00:00 2001 From: nshen121 Date: Sat, 6 Aug 2022 17:23:08 +0800 Subject: [PATCH] remove node12 in ci.yml --- .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 700add9..48694d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: ['12', '14', '16'] + node_version: ['14', '16'] include: - os: macos-latest node_version: 16