Skip to content

Commit

Permalink
ci: use npm i instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Apr 27, 2024
1 parent b64b833 commit 16b7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --legacy-peer-deps
- run: npm i
- run: npm run lint
- run: npm test

0 comments on commit 16b7aaa

Please sign in to comment.