From 7bbf80e5fbf0e9e4b5eb0b32973cef106cf444d8 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 12 Jan 2023 13:01:25 -0300 Subject: [PATCH] Update build-and-deploy.yml [skip ci] --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 56e6ca4f7..b5d4badad 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '12.x' + node-version: '14.x' - name: Cache dependencies uses: actions/cache@v2