From d1bfb31ef0fb727c3c46a7851548b98e54197a04 Mon Sep 17 00:00:00 2001 From: Veirt Date: Tue, 11 Jun 2024 19:52:10 +0800 Subject: [PATCH] ci: check on lts and latest node version --- .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 de3a37c..1fb445f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 21.x] + node-version: [lts, latest] steps: - uses: actions/checkout@v4.0.0 - uses: pnpm/action-setup@v2