Skip to content

Commit e395419

Browse files
authored
ci!: drop node 18 (#9036)
1 parent f2c665a commit e395419

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
couchdb: ['2.3', '3.1']
72-
node: [18, 20]
72+
node: [20]
7373
cmd:
7474
- npm test
7575
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
@@ -158,7 +158,7 @@ jobs:
158158
strategy:
159159
fail-fast: false
160160
matrix:
161-
node: [18, 20]
161+
node: [20]
162162
adapter: ['leveldb', 'memory']
163163
cmd:
164164
- npm test
@@ -237,7 +237,7 @@ jobs:
237237
strategy:
238238
fail-fast: false
239239
matrix:
240-
node: [18, 20]
240+
node: [20]
241241
cmd:
242242
- CLIENT=firefox npm run test-webpack
243243
- AUTO_COMPACTION=true npm test

0 commit comments

Comments
 (0)