Skip to content

Commit bfc6bb7

Browse files
author
Steven John Lange
committed
update ci workflow node environments
1 parent 080b8a9 commit bfc6bb7

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: 16
1818
SELENIUM_HUB_HOST: hub
1919
TEST_HOST: localhost
2020

@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
couchdb: ['2.3', '3.1']
42-
node: [14, 16]
42+
node: [16, 18, 20]
4343
cmd:
4444
- npm test
4545
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: false
125125
matrix:
126-
node: [14, 16]
126+
node: [16, 18, 20]
127127
adapter: ['leveldb', 'memory']
128128
cmd:
129129
- npm test
@@ -244,7 +244,7 @@ jobs:
244244
strategy:
245245
fail-fast: false
246246
matrix:
247-
node: [14, 16]
247+
node: [16, 18, 20]
248248
cmd:
249249
- CLIENT=selenium:firefox npm run test-webpack
250250
- AUTO_COMPACTION=true npm test

0 commit comments

Comments
 (0)