Skip to content

Commit

Permalink
Merge branch 'master' into fix/annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHK authored Apr 5, 2022
2 parents bd1569c + 8420b65 commit 9917743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ jobs:
driver: docker
- name: setup docker-compose
run: sudo ./ci/github/helpers/setup_docker_compose.bash ${{ matrix.docker_compose }} ${{ matrix.docker_compose_sha }}
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3.1.0
with:
node-version: ${{ matrix.node }}
- name: show system version
Expand Down Expand Up @@ -1772,7 +1772,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3.1.0
with:
node-version: ${{ matrix.node }}
- name: show system version
Expand Down

0 comments on commit 9917743

Please sign in to comment.