From 69bd9dbca534f290ace267d120c5eb9fa0559c9c Mon Sep 17 00:00:00 2001 From: Tuan Anh Tran Date: Thu, 19 Oct 2023 15:24:55 +0700 Subject: [PATCH] ci: add latest node version --- .github/workflows/ci-bun.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-bun.yaml b/.github/workflows/ci-bun.yaml index 8ef61ae..7f919f3 100644 --- a/.github/workflows/ci-bun.yaml +++ b/.github/workflows/ci-bun.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x] + node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, latest] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24afa1a..63aa5e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x] + node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, latest] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2