Skip to content

Commit 0b75473

Browse files
bors[bot]bidoubiwa
andauthored
Merge #1085
1085: Confirm node 16 compatibility r=bidoubiwa a=bidoubiwa fixes: #913 Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 701f3ec + e735f11 commit 0b75473

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: ["12", "14"]
16+
node: ["12", "14", "16"]
1717
name: integration-tests-against-rc (Node.js ${{ matrix.node }})
1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node: ["12", "14"]
21+
node: ["12", "14", "16"]
2222
name: integration-tests (Node.js ${{ matrix.node }})
2323
steps:
2424
- uses: actions/checkout@v2

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ It's [Hacktoberfest month](https://blog.meilisearch.com/contribute-hacktoberfest
4545

4646
To run this project, you will need:
4747

48-
- Node.js >= v12 and node < 15
48+
- Node.js >= v12 and node <= 16
4949
- Yarn
5050

5151

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_sta
4343

4444
## 🔧 Installation
4545

46-
We only guarantee that the package works with `node` >= 12 and `node` < 15.
46+
We only guarantee that the package works with `node` >= 12 and `node` <= 16.
4747

4848
With `npm`:
4949

bors.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
status = [
22
'linter-check',
33
'integration-tests (Node.js 12)',
4-
'integration-tests (Node.js 14)'
4+
'integration-tests (Node.js 14)',
5+
'integration-tests (Node.js 16)'
56
]
67
# 1 hour timeout
78
timeout-sec = 3600

0 commit comments

Comments
 (0)