From 8e03a53da55d80c6b86ee0949cce7dab13a957cf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Nov 2025 09:59:34 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e042e6aa6..bba04f9a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm install - run: npm test env: @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm install - run: npm run lint # TODO(https://github.com/googleapis/nodejs-error-reporting/issues/777): enable docs