From b2b0d9e20e686a3cbec4a19ee52422334c1135be Mon Sep 17 00:00:00 2001 From: Wagner Santos <7467450+wagoid@users.noreply.github.com> Date: Thu, 6 Oct 2022 11:49:24 -0300 Subject: [PATCH] ci: update node version to 16.5.0 in workflows --- .github/workflows/ci.yml | 4 ++-- .github/workflows/commitlint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6400ca23..2d827ffa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '12.x' + node-version: '16.5.0' - uses: actions/cache@v3 with: path: | @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: '12.x' + node-version: '16.5.0' - uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 2d4e6086..cb3b0fd9 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,7 +12,7 @@ jobs: - run: echo -n '' > .dockerignore - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '16.5.0' - uses: actions/cache@v3 with: path: | @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '16.5.0' - uses: actions/cache@v3 with: path: |