Skip to content

Commit

Permalink
[ci] Minor fix in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored Jul 11, 2024
1 parent 39fcb69 commit c59b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pip install -U pip wheel setuptools
- name: Install npm dependencies
run: sudo npm install -g install jshint stylelint
run: sudo npm install -g jshint stylelint

- name: Start InfluxDB container
run: docker-compose up -d influxdb
Expand Down

0 comments on commit c59b7ce

Please sign in to comment.