Updated ci configuration

This commit is contained in:
delvedor
2020-12-16 10:49:30 +01:00
parent f135ba7da2
commit 30c8e7ae98
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
STACK_VERSION:
- 7.x-SNAPSHOT
- 7.11.0-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.x-SNAPSHOT
stack-version: 7.11.0-SNAPSHOT
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1