From 9e0f2e7bb0b21190eb72f7cc5633654d364bcaea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:53:19 +0000 Subject: [PATCH] ci(action): update actions/setup-node action to v6 --- .github/workflows/npm-test.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-test.js.yml b/.github/workflows/npm-test.js.yml index d9d16d90..77982f9d 100644 --- a/.github/workflows/npm-test.js.yml +++ b/.github/workflows/npm-test.js.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: setup node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: .node-version cache: npm