From 6e85b05fe146f759e9964fa0050f4b271fd3e7df Mon Sep 17 00:00:00 2001 From: "Claudia R. Girani Tejos" Date: Fri, 13 Oct 2023 14:24:00 -0300 Subject: [PATCH] chore(workflow): update to revert version of node --- .github/workflows/test-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-app.yml b/.github/workflows/test-app.yml index c17cbc54c0..3d384e627a 100644 --- a/.github/workflows/test-app.yml +++ b/.github/workflows/test-app.yml @@ -82,7 +82,7 @@ jobs: uses: actions/setup-node@v1 if: steps.changes.outputs.react == 'true' with: - node-version: '16.x' + node-version: '20.x' - name: Run cli command to create test app if: steps.changes.outputs.react == 'true'