Update npm test script to ignore differences in generated file dist/index.js due to different npm install behavior for Dependabot (installs different packages, closer to yarn behavior).

This commit is contained in:
David Anson
2022-08-03 21:02:44 -07:00
parent 6f8162e2c1
commit 0c1223ceb5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install --no-package-lock
- run: npm install
- run: npm run test
no-globs:
name: No globs (README.md, 0 errors)