Updated ci configuration

This commit is contained in:
delvedor
2021-04-21 13:45:39 +02:00
parent 1889691a43
commit d3d940d178
2 changed files with 2 additions and 2 deletions

View File

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

View File

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