Skip to content

Commit

Permalink
attempt to fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kryukov committed Dec 3, 2023
1 parent 849b49f commit f97adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install --include=dev
npm install --include=prod --include=dev
- name: Lint with eslint and test with mocha
run: |
npm run lint
Expand Down

0 comments on commit f97adc7

Please sign in to comment.