Try to create the lock file

This commit is contained in:
Lee Miller 2024-02-28 00:45:30 +02:00
parent 5e53e030a9
commit 9b62c7a875
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Do audit
run: npm audit fix
run: |
npm i --package-lock-only
npm audit fix
- name: Install
run: npm install
- name: Pack