Updated CI configuration

This commit is contained in:
delvedor
2020-05-15 09:44:56 +02:00
parent 8de6f137de
commit f69c51eb42
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
STACK_VERSION:
- 7.7.0-SNAPSHOT
- 7.x-SNAPSHOT
NODE_JS_VERSION:
- 14

View File

@ -86,7 +86,7 @@ jobs:
- name: Runs Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 7.7.0-SNAPSHOT
stack-version: 7.x-SNAPSHOT
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1