Skip to content

Commit

Permalink
Update PR-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny committed Sep 5, 2023
1 parent 488ecfa commit ae4b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Get latest npm version
run: npm install -g npm@latest
- name: Install dependencies
run: npm install --prefer-offline --no-audit
run: npm install --save-dev @types/node@latest
- name: Validate SIP, STP, & SCCP frontmatters
run: npm test

0 comments on commit ae4b8c7

Please sign in to comment.