From d45e09d7bfec4f727ccbf20eb114fb3abc39f391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Sun, 5 Mar 2023 19:53:39 +0800 Subject: [PATCH] chore(ci): add `lts/*` to `node-version` in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b05bb9e..5ce7dfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16, 18, latest] + node-version: [16, 18, lts/*, latest] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false steps: