diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 560a2f871..9f786af61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -631,12 +631,6 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - - name: google-chrome version - shell: bash - run: | - CHROME_BIN=`which google-chrome` $CHROME_BIN --version - node --version - - name: Git submodule status run: | git submodule status > git_submodule_status.txt @@ -948,15 +942,9 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - - name: google-chrome version - shell: bash - run: | - CHROME_BIN=`which google-chrome` $CHROME_BIN --version - node --version - - name: Git submodule status run: | git submodule status > git_submodule_status.txt