Skip to content

Commit ffe10d4

Browse files
committed
Remove node 14 and 16 from tests workflow
1 parent 22f37d5 commit ffe10d4

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/meilisearch-prototype-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: false
125125
matrix:
126-
node: ['14', '16', '18']
126+
node: ['18', '20']
127127
name: integration-tests (Node.js ${{ matrix.node }})
128128
steps:
129129
- uses: actions/checkout@v4

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: false
125125
matrix:
126-
node: ['14', '16', '18']
126+
node: ['18', '20']
127127
name: integration-tests (Node.js ${{ matrix.node }})
128128
steps:
129129
- uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
strategy:
135135
fail-fast: false
136136
matrix:
137-
node: ['14', '16', '18']
137+
node: ['18', '20']
138138
name: integration-tests (Node.js ${{ matrix.node }})
139139
steps:
140140
- uses: actions/checkout@v4

bors.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
status = [
22
'style-check',
33
'types-check',
4-
'integration-tests (Node.js 14)',
5-
'integration-tests (Node.js 16)',
64
'integration-tests (Node.js 18)',
5+
'integration-tests (Node.js 20)',
76
'autocomplete-client end-to-end-tests',
87
'instant-meilisearch end-to-end-tests',
98
]

packages/autocomplete-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ This package guarantees compatibility with [version v1.x of Meilisearch](https:/
255255

256256
**Node / NPM versions**:
257257

258-
- NodeJS >= 14 <= 18
258+
- NodeJS >= 18
259259

260260
## ⚙️ Development Workflow and Contributing
261261

0 commit comments

Comments
 (0)