Skip to content

Commit

Permalink
update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e1arikawa committed Sep 23, 2024
1 parent 8491003 commit bbb2067
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bbb2067

Please sign in to comment.