diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db29bd517..978ca394a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v6 - 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@v6 - 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@v6 - 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@v6 - 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 556e83b1e..691eb89e0 100644 --- a/.github/workflows/issues-no-repro.yaml +++ b/.github/workflows/issues-no-repro.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - 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 8e8583e2a..9cc72de02 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/is": "^0.0.25", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.10", - "@types/node": "^22.15.3", + "@types/node": "^24.0.0", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.4", "async": "^3.2.6",