Skip to content

Commit

Permalink
Merge pull request #173 from n-thumann/npm_audit_signatures
Browse files Browse the repository at this point in the history
Add npm audit signatures to Node.js CI
  • Loading branch information
n-thumann authored Aug 1, 2022
2 parents 7322465 + ed46614 commit 377d2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
- name: Audit signatures
run: npm audit signatures
- name: Build (Transpile)
run: npm run build
- name: Lint
Expand Down

0 comments on commit 377d2a2

Please sign in to comment.