From e4ad663824bdfdf376681a9f400c7d7b2187a62e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Aug 2025 15:03:58 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .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 711957bad..dc1fc714e 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: 22 - run: npm install - run: npm test env: @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 22 - 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: 22 - run: npm install - run: npm run docs - uses: JustinBeckwith/linkinator-action@v1 diff --git a/package.json b/package.json index 6eb69436e..de9eac501 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/json-stable-stringify": "^1.0.32", "@types/koa": "^2.0.48", "@types/mocha": "^9.0.0", - "@types/node": "^20.4.9", + "@types/node": "^22.0.0", "@types/once": "^1.4.0", "@types/proxyquire": "^1.3.28", "@types/restify": "^8.0.0",