From 9335f5a6358d60055c99d4f902b1c3dc221ae76d Mon Sep 17 00:00:00 2001 From: shreya-mishra Date: Mon, 9 Oct 2023 20:44:46 +0530 Subject: [PATCH] node incompatibility --- .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 6aed3a6f..50176633 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js v14 uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 12.x - name: Install dependencies run: |