diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e1ea26b..8412ddb9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 24 - run: npm install - run: npm run lint # docs: diff --git a/package.json b/package.json index 955114a3..94f3d0f3 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/mocha": "^9.0.0", "@types/ms": "^2.1.0", "@types/nock": "^11.0.0", - "@types/node": "^20.0.0", + "@types/node": "^24.0.0", "@types/pretty-ms": "^5.0.0", "@types/sinon": "^17.0.0", "@types/tmp": "0.2.6",