Skip to content

Commit

Permalink
added npm install eslint to cypress workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ketul Shah <shah.ketul@ibm.com>
  • Loading branch information
ketulsha committed Oct 10, 2023
1 parent c2c646e commit c43c09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm install -g eslint
- run: npm ci --legacy-peer-deps
- run: npm run lint

Expand Down

0 comments on commit c43c09c

Please sign in to comment.