From 4d701d23847ccd184048465b5996d1903da04933 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 16 May 2024 12:24:56 +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