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",