File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ It's [Hacktoberfest month](https://blog.meilisearch.com/contribute-hacktoberfest
4545
4646To 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
Original file line number Diff line number Diff 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
4848With ` npm ` :
4949
Original file line number Diff line number Diff line change 11status = [
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
78timeout-sec = 3600
You can’t perform that action at this time.
0 commit comments