From 7b57f39088f3eee5040703fa03b62f9164a13812 Mon Sep 17 00:00:00 2001 From: Raj Singh Date: Sun, 19 Mar 2023 23:27:14 -0400 Subject: [PATCH] use node version 14 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cdb85a4..ade3ce1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 14 - run: npm install - name: lint if: runner.os == 'Linux' @@ -133,7 +133,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 14 - name: Prepare build id: set-version run: |