diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a9f0fc..08268e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: needs: ['cpp-lint', 'js-lint'] strategy: matrix: - version: [16, 17, 18, 19, 20, 21, 22] + version: [16, 17, 18, 19, 20, 21, 22, 23] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -28,7 +28,7 @@ jobs: needs: ['cpp-lint', 'js-lint'] strategy: matrix: - version: [16, 17, 18, 19, 20, 21, 22] + version: [16, 17, 18, 19, 20, 21, 22, 23] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -44,7 +44,7 @@ jobs: build: needs: ['cpp-lint', 'js-lint'] - uses: Datadog/action-prebuildify/.github/workflows/build.yml@main + uses: Datadog/action-prebuildify/.github/workflows/build.yml@ugaitz/support-node-23 with: cache: false napi: false diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f1d03f7..b8290ab 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,7 +7,7 @@ jobs: needs: ['cpp-lint', 'js-lint'] strategy: matrix: - version: [16, 18, 19, 20, 21, 22] + version: [16, 18, 19, 20, 21, 22, 23] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -24,7 +24,7 @@ jobs: needs: ['cpp-lint', 'js-lint'] strategy: matrix: - version: [16, 18, 19, 20, 21, 22] + version: [16, 18, 19, 20, 21, 22, 23] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -40,7 +40,7 @@ jobs: build: needs: ['cpp-lint', 'js-lint'] - uses: Datadog/action-prebuildify/.github/workflows/build.yml@main + uses: Datadog/action-prebuildify/.github/workflows/build.yml@ugaitz/support-node-23 with: cache: false napi: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e0ba53..c4f975a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+' jobs: build: - uses: Datadog/action-prebuildify/.github/workflows/build.yml@main + uses: Datadog/action-prebuildify/.github/workflows/build.yml@ugaitz/support-node-23 with: cache: false napi: false