Skip to content

Commit

Permalink
update ci workflow node environments to 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
SourceR85 committed May 17, 2024
1 parent 9c587a6 commit 7d71f44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
branches: [master]

env:
NODE_VERSION: 14
NODE_VERSION: 20
TEST_HOST: localhost

permissions:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
couchdb: ['2.3', '3.1']
node: [14, 16]
node: [18, 20]
cmd:
- npm test
- TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [18, 20]
adapter: ['leveldb', 'memory']
cmd:
- npm test
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [18, 20]
cmd:
- CLIENT=firefox npm run test-webpack
- AUTO_COMPACTION=true npm test
Expand Down

0 comments on commit 7d71f44

Please sign in to comment.