From 2b18d6114d6595ead78a966a2525704eca3620a8 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 25 Apr 2024 16:29:37 +0200 Subject: [PATCH] chore(deps): add 22.0.0 (jobs.test-node.strategy.matrix.node-version) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9987e07..1677bcaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: matrix: node-version: - 20.12.2 + - 22.0.0 steps: - uses: actions/checkout@v4.1.4 - uses: actions/setup-node@v4.0.2