Skip to content

Commit 5845b1d

Browse files
Merge #1288
1288: Remove node 14 and 16 from workflow r=curquiza a=brunoocasali Node 14 and 16 are EOL now so we can remove them from our CI and adopt the new LTS node.js v20. Co-authored-by: Bruno Casali <[email protected]>
2 parents 22f37d5 + f5d9373 commit 5845b1d

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.changeset/beige-peaches-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@meilisearch/autocomplete-client": minor
3+
---
4+
5+
Remove node 14 and 16 from workflow

.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)