From a6b53383874c525df4f88e1843b2d54e85f1531c Mon Sep 17 00:00:00 2001 From: Ho Man Chan Date: Tue, 6 Jul 2021 23:05:47 -0400 Subject: [PATCH] Update github workflow pipeline to use node 14 --- .github/workflows/.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index 071aa0c7f..4ad723cdd 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -28,7 +28,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: '10' + node-version: '14' - name: Install OS dependencies run: |