Try npm audit fix before install

This commit is contained in:
Lee Miller 2024-02-28 00:42:34 +02:00
parent 448755f53c
commit 5e53e030a9
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
xauth xvfb
- name: Check out repository code
uses: actions/checkout@v3
- name: Do audit
run: npm audit fix
- name: Install
run: npm install
- name: Pack