From cfbe70fd7d14a9f8118c8df65b7f16ff4b9642e5 Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Tue, 3 May 2022 14:45:19 -0700 Subject: [PATCH] Change node version in CI pipeline --- .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 4f138d8..ebc5c53 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '16' ] + node: [ '14' ] name: Node ${{ matrix.node }} steps: