Unfreeze lock file

This commit is contained in:
thororen1234 2025-02-19 05:10:09 -05:00
parent 125a8825b3
commit b20d3986db
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ jobs:
cache: "pnpm" cache: "pnpm"
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --no-frozen-lockfile
- name: Build web - name: Build web
run: pnpm buildWebStandalone run: pnpm buildWebStandalone

View file

@ -38,7 +38,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pnpm install --frozen-lockfile pnpm install --no-frozen-lockfile
- name: Install Google Chrome - name: Install Google Chrome
id: setup-chrome id: setup-chrome

View file

@ -25,7 +25,7 @@ jobs:
cache: "pnpm" cache: "pnpm"
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --no-frozen-lockfile
- name: Lint & Test if desktop version compiles - name: Lint & Test if desktop version compiles
run: pnpm test run: pnpm test