Skip to content

Commit 7d71f44

Browse files
authored
update ci workflow node environments to 18 and 20
1 parent 9c587a6 commit 7d71f44

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
branches: [master]
1515

1616
env:
17-
NODE_VERSION: 14
17+
NODE_VERSION: 20
1818
TEST_HOST: localhost
1919

2020
permissions:
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
couchdb: ['2.3', '3.1']
59-
node: [14, 16]
59+
node: [18, 20]
6060
cmd:
6161
- npm test
6262
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
@@ -145,7 +145,7 @@ jobs:
145145
strategy:
146146
fail-fast: false
147147
matrix:
148-
node: [14, 16]
148+
node: [18, 20]
149149
adapter: ['leveldb', 'memory']
150150
cmd:
151151
- npm test
@@ -224,7 +224,7 @@ jobs:
224224
strategy:
225225
fail-fast: false
226226
matrix:
227-
node: [14, 16]
227+
node: [18, 20]
228228
cmd:
229229
- CLIENT=firefox npm run test-webpack
230230
- AUTO_COMPACTION=true npm test

0 commit comments

Comments
 (0)