From 29d0f942c4b53c8b8faf52cf05c15f2edc5e3caa Mon Sep 17 00:00:00 2001 From: Alex Schneider Date: Wed, 28 Feb 2024 13:15:30 +0400 Subject: [PATCH] Update node versions in CI workflows --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8b2e7..833eea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14] + node: [20] runs-on: ${{ matrix.os }} steps: - name: Check out the repository @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: [windows-latest, macOS-latest, ubuntu-latest] - node: [10, 12, 14] + node: [10, 16, 20] runs-on: ${{ matrix.os }} steps: - name: Check out the repository diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a489f65..e2f0e9c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14] + node: [20] runs-on: ${{ matrix.os }} steps: - name: Wait for the CI workflow to complete diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e97a5c..17593b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14] + node: [20] runs-on: ${{ matrix.os }} steps: - name: Wait for the CI workflow to complete