From e6faf4243a8049b09c419f8420c3068852d91249 Mon Sep 17 00:00:00 2001 From: Tiago Camargo Date: Fri, 22 Nov 2024 10:31:27 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=20vers=C3=A3o=20do=20node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Atualiza versão do nodejs para 18. --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ae99e3..ad82019 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,10 +11,10 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: