From 5e153b2938daba90ba6da0911e4bdfd65989b9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Riquelme=20Guzm=C3=A1n?= Date: Tue, 7 Nov 2023 18:21:27 -0300 Subject: [PATCH] chore: using node version 18 and 20 on workflows, and using node version 18 instead of 16 on release workflow --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3a0d4921..1f24279dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [18] + node: [18, 20] fail-fast: true steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8552a3aa4..f30df4824 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3 with: cache: 'yarn' - node-version: 16 + node-version: 18 registry-url: 'https://registry.npmjs.org' scope: '@buildwithsygma' env: