Skip to content

Commit 33709f5

Browse files
authored
integration_tests.yml: remove unnecessary node setup (#1144)
1 parent f449ff2 commit 33709f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,10 +994,6 @@ jobs:
994994
run: |
995995
echo "device_type=$( python scripts/gha/print_matrix_configuration.py -k ${{ matrix.android_device }} -get_device_type)" >> $GITHUB_OUTPUT
996996
echo "device=$( python scripts/gha/print_matrix_configuration.py -k ${{ matrix.android_device }} -get_ftl_device)" >> $GITHUB_OUTPUT
997-
- name: Set up Node (16)
998-
uses: actions/setup-node@v3
999-
with:
1000-
node-version: 16.x
1001997
- name: Setup java 8 for test_simulator.py
1002998
uses: actions/setup-java@v3
1003999
with:

0 commit comments

Comments
 (0)