From 3ea12c1eb48cdf4921cf5f53052099ea21ba105e Mon Sep 17 00:00:00 2001 From: matheusgnreis Date: Fri, 19 Apr 2024 17:01:00 -0300 Subject: [PATCH] chore(pkg): update all packages --- .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 f41f6206..207871c8 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: '14.x' + node-version: '16.x' - name: Cache dependencies uses: actions/cache@v4