From cd1bb8d28fe6dd110280b28488c11189baaa329b Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 25 Jul 2024 13:59:41 +0100 Subject: [PATCH] chore(deps): add 20.16.0 remove 20.15.1 (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 4eb43a0a..c3400e88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - macos-latest - windows-latest node-version: - - 20.15.1 + - 20.16.0 - 22.5.1 steps: - uses: actions/checkout@v4.1.7