From bdbeb8f0f29394385775e233de329575e6083ce6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Oct 2025 10:43:51 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yaml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4892eb2c..ef7442d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 24 - run: npm install --engine-strict - run: npm test env: @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 24 - run: npm install - run: npm run lint docs: @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 24 - run: npm install - run: npm run docs - uses: JustinBeckwith/linkinator-action@v1 diff --git a/package.json b/package.json index 20c6f638..3c41603f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@google-cloud/common": "^5.0.0", "@types/lodash.mapvalues": "^4.6.6", "@types/mocha": "^9.0.0", - "@types/node": "^20.4.9", + "@types/node": "^24.0.0", "@types/proxyquire": "^1.3.28", "@types/triple-beam": "^1.3.0", "@types/uuid": "^9.0.0",