From b44e0e2b26f0eee45edbe84ecc69e9ebb6d810c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 15 Dec 2025 20:18:14 +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 4892eb2..ef7442d 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 85252e6..3a9389a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@microsoft/api-extractor": "7.8.10", "@types/mocha": "^9.0.0", "@types/nock": "^11.0.0", - "@types/node": "^20.4.9", + "@types/node": "^24.0.0", "@types/proxyquire": "^1.3.28", "@types/server-destroy": "^1.0.0", "c8": "^9.0.0",