Skip to content

Commit

Permalink
Add npm audit signatures to Node.js CI
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Aug 1, 2022
1 parent 7322465 commit ed46614
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 ed46614

Please sign in to comment.