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