From 0dc446d0e93395821f4191fcba41700f5577397f Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Mon, 27 Jul 2026 14:34:50 +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