4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@@ -82,6 +82,10 @@ jobs:
|
|||||||
distribution: adopt
|
distribution: adopt
|
||||||
java-version: 17
|
java-version: 17
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
- name: Use Python 3.11
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|||||||
Reference in New Issue
Block a user