Skip to content

Commit

Permalink
Ignore engine errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Apr 16, 2024
1 parent fc9f44b commit 7981ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Install compatible npm version
run: npm install --global [email protected]
- name: Install dependencies
run: npm ci
# Use `--engine-strict=false` to ignore engine errors from XO dependencies
run: npm ci --engine-strict=false
- name: Test
run: npm test

0 comments on commit 7981ce8

Please sign in to comment.