From 14a815ba55b2e8064457dc45805a1485e48e69ed Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 16 May 2024 12:26:08 +0100 Subject: [PATCH] chore(deps): add 22.2.0 remove 22.1.0 (jobs.test-node.strategy.matrix.node-version) --- .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 d934eb9..6466cf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - windows-latest node-version: - 20.13.1 - - 22.1.0 + - 22.2.0 steps: - uses: actions/checkout@v4.1.5 - uses: actions/setup-node@v4.0.2