From d6119e600eda189fefa0b9cbc26899b23d6f1657 Mon Sep 17 00:00:00 2001 From: leandrogilcarrano <95221374+leandrogilcarrano@users.noreply.github.com> Date: Mon, 13 May 2024 16:44:46 -0300 Subject: [PATCH] Update deployment.yml node version 16 --- .github/workflows/deployment.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 3e9072cb..4ba2261d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -27,10 +27,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 18 + node-version: 16 - uses: microsoft/playwright-github-action@v1 - with: - node-version: 14 - uses: actions/cache@v1 with: path: ~/.npm @@ -54,7 +52,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: '18.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - uses: actions/cache@v1 with: