Skip to content

Commit 530765b

Browse files
chore!: minimum supported Node.js version is 12.13.0
1 parent a248836 commit 530765b

File tree

2 files changed

+798
-849
lines changed

2 files changed

+798
-849
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: npm run lint
4545

4646
- name: Security audit
47-
run: npm run security
47+
run: npm run security -- --only=prod
4848

4949
- name: Check commit message
5050
uses: wagoid/commitlint-github-action@v1

0 commit comments

Comments
 (0)