From 20cc1cf9cf4367bbf029ff8a693487400965eb75 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Fri, 30 May 2025 13:28:24 +0100 Subject: [PATCH] chore(deps): bump to nodejs 22.15.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 42dc22985..75c0d5dba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: - - 22.15.0 + - 22.16.0 - 22.15.1 - 22.16.0 - 24.0.0