diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6ab67cc5..23b5533b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,16 +9,17 @@ jobs: services: solr: - image: solr:7.7.3 + image: solr:9 ports: - 8983:8983 + command: 'bash -e -c "cp -rf /opt/solr/server/solr/configsets /var/solr/data/configsets; solr-foreground;"' options: >- --health-cmd "curl --fail http://0.0.0.0:8983/solr/admin/cores || exit 1" --health-interval 10s --health-timeout 5s --health-retries 5 - strategy: + strategy: matrix: node-version: [18.x]