Skip to content

Commit 1f57a21

Browse files
authored
Merge pull request #888 from meilisearch/support-nodes-20-16
Remove support of Node 16 and use Node 20
2 parents 36c367d + 23c93ef commit 1f57a21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# Strapi is not yet compatible with node 16
21-
node: ['16', '18']
21+
node: ['18', '20']
2222
name: integration-tests (Node.js ${{ matrix.node }})
2323
steps:
2424
- uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node: ['16', '18']
43+
node: ['18', '20']
4444
name: playground-build (Node.js ${{ matrix.node }})
4545
steps:
4646
- uses: actions/checkout@v4

bors.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
status = [
2-
'playground-build (Node.js 16)',
32
'playground-build (Node.js 18)',
4-
'integration-tests (Node.js 16)',
3+
'playground-build (Node.js 20)',
54
'integration-tests (Node.js 18)',
5+
'integration-tests (Node.js 20)',
66
'style-check',
77
]
88
# 1 hour timeout

0 commit comments

Comments
 (0)