From 9d250715141474e812c0867e93d3c60d851691a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:44:37 +0000 Subject: [PATCH] Update Node.js to v22 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3edb07..e6c8eb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,13 +43,13 @@ jobs: --no-suppress-errors npm-audit: runs-on: ubuntu-latest - container: node:18 + container: node:22 steps: - uses: actions/checkout@v4 - run: npm audit fuzz: runs-on: ubuntu-latest - container: node:18 + container: node:22 steps: - uses: actions/checkout@v4 - run: npm ci