From b81d629f7e7131a2ce81340a7205aed129333909 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 3 May 2021 19:53:27 +0530 Subject: [PATCH] Update builder node version to 14 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 959fa54e..82ef1586 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '14' - name: Checkout uses: actions/checkout@v2