From 2a0b141d028ca2c12dc2277803880f7efbe69e10 Mon Sep 17 00:00:00 2001 From: "P. Douglas Reeder" Date: Tue, 30 May 2023 10:35:30 -0400 Subject: [PATCH] removes obsolete Node v14 from CI testing --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c0c351c4e..14da70ff0d 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 SELENIUM_HUB_HOST: hub TEST_HOST: localhost @@ -39,7 +39,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 @@ -123,7 +123,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16] + node: [16] adapter: ['leveldb', 'memory'] cmd: - npm test @@ -244,7 +244,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16] + node: [16] cmd: - CLIENT=selenium:firefox npm run test-webpack - AUTO_COMPACTION=true npm test