From 6e8b1b832a5728b7885b2a58083d3f02f54b8d12 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Tue, 1 Sep 2026 09:11:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .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 5b4e4bc..ee82f93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '22'