From 5e3977dfb6b7a87633b4db159d545972ae16f649 Mon Sep 17 00:00:00 2001 From: siyi98 Date: Tue, 20 Sep 2022 13:01:15 +0800 Subject: [PATCH] feat(workflow): update node version --- .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 6eb9506da..9e1175e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '14', '16' ] + node: [ '14', '16' ] name: build steps steps: - uses: actions/checkout@v2