Skip to content

Commit

Permalink
chore: remove downgrade npm (#14898)
Browse files Browse the repository at this point in the history
* chore: remove downgrade npm
  • Loading branch information
koji authored and Carlos-fernandez committed May 20, 2024
1 parent 3aedbde commit f177037
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: 'downgrade npm version'
run: npm install -g npm@6
- name: check make version
run: make --version
- name: 'install libudev and libsystemd'
Expand Down Expand Up @@ -245,8 +243,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: 'downgrade npm version'
run: npm install -g npm@6
- name: check make version
run: make --version
- name: 'install libudev and libsystemd'
Expand Down

0 comments on commit f177037

Please sign in to comment.