From ab9b2345b72807dcf56cb7ad806bbdbf128adde7 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Mon, 2 Oct 2023 15:03:17 +0300 Subject: [PATCH] chore: bump CI to 18+ --- .github/workflows/check.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4aad052..b5f9271 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [15, 16, 18, 20] + node-version: [18, 20, 21] steps: - @@ -42,10 +42,10 @@ jobs: - uses: actions/checkout@v3 - - name: Use Node.js 16 + name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm install - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82a88b3..9086f36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [15, 16, 18, 20] + node-version: [18, 20, 21] steps: - @@ -45,10 +45,10 @@ jobs: - uses: actions/checkout@v3 - - name: Use Node.js 16 + name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm install - @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - # Determine if this is a beta or latest release