From 0f6bec66d10f374d0d37f021664b2857e8c2f29b Mon Sep 17 00:00:00 2001 From: tannevaled Date: Wed, 2 Sep 2026 08:24:52 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .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 4e8ba36..2af9a39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-node@v7 with: - node-version: '22' + node-version: '24' # 1. PROVES: every workflow file is a parseable GitHub Actions workflow # with well-formed expressions and no unknown keys.