From dc1610857375be4f5f8de4b9c22fb3fa3a78f5bb Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Mon, 10 Aug 2026 07:41:56 +0000 Subject: [PATCH] chore(deps): actions/setup-node ^ v7.0.0 --- .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 e12fda34..6270e23d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24" cache: npm