diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5de63476..b149a287 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v5 - 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@v5 - 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@v5 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm install - run: npm run lint # TODO(https://github.com/googleapis/nodejs-bigquery-storage/issues/624) diff --git a/.github/workflows/issues-no-repro.yaml b/.github/workflows/issues-no-repro.yaml index 53105402..7fc0a80f 100644 --- a/.github/workflows/issues-no-repro.yaml +++ b/.github/workflows/issues-no-repro.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 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 8838d09c..54dc5cbc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@google-cloud/bigquery": "^8.0.0", "@types/extend": "^3.0.4", "@types/mocha": "^10.0.10", - "@types/node": "^22.13.14", + "@types/node": "^24.0.0", "@types/sinon": "^17.0.4", "@types/uuid": "^10.0.0", "c8": "^10.1.3",