Remove --frozen-lockfile

I guess it does not work due to the version of yarn used?
This commit is contained in:
Franck Royer 2022-04-20 14:59:56 +10:00
parent c6442b1d86
commit 58cb414035
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -22,6 +22,8 @@ jobs:
- name: npm install
uses: bahmutov/npm-install@v1
with:
install-command: yarn
- name: Run
run: npm run ${{ github.event.inputs.script }}