Skip to content

Commit

Permalink
Fixing the failing yml file. (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
valadzhov authored Oct 25, 2022
1 parent d6f233e commit 04d2c0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm i # replace with 'npm ci' after committing lock file from first install
# - run: npm run lint
- run: npm run build
- run: npm run test

0 comments on commit 04d2c0b

Please sign in to comment.