diff --git a/.github/workflows/meilisearch-prototype-tests.yml b/.github/workflows/meilisearch-prototype-tests.yml index b13e95d40..b73edccab 100644 --- a/.github/workflows/meilisearch-prototype-tests.yml +++ b/.github/workflows/meilisearch-prototype-tests.yml @@ -42,7 +42,7 @@ jobs: - '7700:7700' strategy: matrix: - node: ['14', '16', '18'] + node: ['18', '20'] name: integration-tests (Node.js ${{ matrix.node }}) steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pre-release-tests.yml b/.github/workflows/pre-release-tests.yml index 26f0f2df1..c0920c6ba 100644 --- a/.github/workflows/pre-release-tests.yml +++ b/.github/workflows/pre-release-tests.yml @@ -39,7 +39,7 @@ jobs: - '7700:7700' strategy: matrix: - node: ['14', '16', '18'] + node: ['18', '20'] name: integration-tests (Node.js ${{ matrix.node }}) steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e146ee5d..a7ebb7491 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: 'yarn' - name: Check release validity diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4102c44b3..afd4a1bd8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['14', '16', '18'] + node: ['18', '20'] name: integration-tests (Node.js ${{ matrix.node }}) steps: - uses: actions/checkout@v4 @@ -69,7 +69,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: 'yarn' - name: Install dependencies run: yarn --dev @@ -87,7 +87,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: 'yarn' - name: Install dependencies run: yarn --dev diff --git a/bors.toml b/bors.toml index 272980763..43acedcf1 100644 --- a/bors.toml +++ b/bors.toml @@ -1,9 +1,8 @@ status = [ 'style-check', 'types-check', - 'integration-tests (Node.js 14)', - 'integration-tests (Node.js 16)', 'integration-tests (Node.js 18)', + 'integration-tests (Node.js 20)', ] # 1 hour timeout timeout-sec = 3600