From d34d033c0af4325f443420b1c51d615bbdeaf3a2 Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Wed, 16 Apr 2025 05:40:29 +0000 Subject: [PATCH] Update ci.yml use node 22 --- .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 0e0f902f..fc525285 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '22' cache: 'npm' - run: npm install - run: npm run lint