From f4654c72d02af4780f564a4595c054a857389015 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Tue, 9 Jul 2024 10:29:44 +0100 Subject: [PATCH] chore(deps): (jobs.test-node.strategy.matrix.node-version) chore: add 22.4.1 (jobs.release.steps.with.node-version) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ece5bc1f..4cc08d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: os: - ubuntu-latest node-version: - - 20.15.0 - - 22.4.0 + - 20.15.1 + - 22.4.1 steps: - name: Dependencies run: > @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v4.1.7 - uses: actions/setup-node@v4.0.2 with: - node-version: 22.4.0 + node-version: 22.4.1 cache: npm cache-dependency-path: package-lock.json - run: npm ci