diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 7907868c2..b5ed34079 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,6 +1,6 @@ --- STACK_VERSION: - - 7.x-SNAPSHOT + - 7.10.0-SNAPSHOT NODE_JS_VERSION: - 14 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1e9a2af9f..ed753952c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -86,7 +86,7 @@ jobs: - name: Runs Elasticsearch uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 7.x-SNAPSHOT + stack-version: 7.10.0-SNAPSHOT - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1