We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226c162 commit 2ca8edfCopy full SHA for 2ca8edf
.github/workflows/ci-testing-deploy.yml
@@ -710,7 +710,7 @@ jobs:
710
driver: docker
711
- name: setup docker-compose
712
run: sudo ./ci/github/helpers/setup_docker_compose.bash ${{ matrix.docker_compose }} ${{ matrix.docker_compose_sha }}
713
- - uses: actions/setup-node@v3.2.0
+ - uses: actions/setup-node@v3.3.0
714
with:
715
node-version: ${{ matrix.node }}
716
- name: show system version
@@ -1593,7 +1593,7 @@ jobs:
1593
python-version: ${{ matrix.python }}
1594
cache: "pip"
1595
cache-dependency-path: "tests/e2e/requirements/requirements.txt"
1596
1597
1598
1599
cache: "npm"
0 commit comments