diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c86bee48..6686eb64c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: branches: [master] env: - NODE_VERSION: 14 + NODE_VERSION: 16 TEST_HOST: localhost jobs: @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: couchdb: ['2.3', '3.1'] - node: [14, 16] + node: [16] cmd: - npm test - TYPE=find PLUGINS=pouchdb-find ADAPTERS=http npm test @@ -116,7 +116,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16] + node: [16] adapter: ['leveldb', 'memory'] cmd: - npm test @@ -225,7 +225,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16] + node: [16] cmd: - CLIENT=firefox npm run test-webpack - AUTO_COMPACTION=true npm test