Skip to content

Commit

Permalink
Merge branch 'improve-playgrounds' of github.com:flevi29/meilisearch-…
Browse files Browse the repository at this point in the history
…js into improve-playgrounds
  • Loading branch information
flevi29 committed Jan 29, 2025
2 parents 6de9a07 + a4b0601 commit beaa66d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meilisearch-prototype-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- '7700:7700'
strategy:
matrix:
node: ['18', '20']
node: ['18', '20', '22']
name: integration-tests (Node.js ${{ matrix.node }})
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- '7700:7700'
strategy:
matrix:
node: ['18', '20']
node: ['18', '20', '22']
name: integration-tests (Node.js ${{ matrix.node }})
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
cache: 'yarn'
- name: Check release validity
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['18', '20']
node: ['18', '20', '22']
name: integration-tests (Node.js ${{ matrix.node }})
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'yarn'
- name: Install dependencies
run: yarn --dev
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'yarn'
- name: Install dependencies
run: yarn --dev
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume

To run this project, you will need:

- Node >= v18 and Node <= 20
- Node >= v18 and Node <= 22
- Yarn v1.x

### Setup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We recommend installing `meilisearch-js` in your project with your package manag
npm install meilisearch
```

`meilisearch-js` officially supports `node` versions 18 LTS and 20 LTS.
`meilisearch-js` officially supports `node` versions 18 Maintenance, 20 Maintenance and 22 LTS.

Instead of using a package manager, you may also import the library directly into your [HTML via a CDN](#include-script-tag).

Expand Down
1 change: 1 addition & 0 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ status = [
'types-check',
'integration-tests (Node.js 18)',
'integration-tests (Node.js 20)',
'integration-tests (Node.js 22)',
]
# 1 hour timeout
timeout-sec = 3600

0 comments on commit beaa66d

Please sign in to comment.