From fe245d1f75966fd43b06728f7936e14c126428e3 Mon Sep 17 00:00:00 2001 From: chenos Date: Thu, 2 Jun 2022 15:15:48 +0800 Subject: [PATCH] fix(ci): node_version = 14 --- .github/workflows/node-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 7471eb082..6b1bca738 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - node_version: ['12'] + node_version: ['14'] runs-on: ubuntu-latest container: node:${{ matrix.node_version }}