From 07a725e6a5d74ccf0a8976acec5ecf228c1f995d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Oct 2025 12:09:48 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/issues-no-repro.yaml | 2 +- package.json | 2 +- system-test/fixtures/kitchen/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 883082c0..cae36c52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: node --version - run: npm install --engine-strict working-directory: .github/scripts @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm install --engine-strict - run: npm test env: @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm install - run: npm run lint docs: @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm install - run: npm run docs - uses: JustinBeckwith/linkinator-action@v1 diff --git a/.github/workflows/issues-no-repro.yaml b/.github/workflows/issues-no-repro.yaml index 9b2f7014..8647428e 100644 --- a/.github/workflows/issues-no-repro.yaml +++ b/.github/workflows/issues-no-repro.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 - run: npm install working-directory: ./.github/scripts - uses: actions/github-script@v7 diff --git a/package.json b/package.json index c8c3d108..1b4a0e0a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/mocha": "^10.0.10", "@types/mv": "^2.1.4", "@types/ncp": "^2.0.8", - "@types/node": "^22.13.5", + "@types/node": "^24.0.0", "@types/proxyquire": "^1.3.31", "@types/request": "^2.48.12", "@types/sinon": "^17.0.4", diff --git a/system-test/fixtures/kitchen/package.json b/system-test/fixtures/kitchen/package.json index 23134794..d7ff6d27 100644 --- a/system-test/fixtures/kitchen/package.json +++ b/system-test/fixtures/kitchen/package.json @@ -18,7 +18,7 @@ "@google-cloud/common": "file:./google-cloud-common.tgz" }, "devDependencies": { - "@types/node": "^20.8.9", + "@types/node": "^24.0.0", "gts": "^5.2.0", "typescript": "^5.1.6" }