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"
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile
- name: Build web
run: pnpm buildWebStandalone

View file

@ -11,8 +11,8 @@ on:
- canary
default: both
schedule:
# # Every day at midnight
- cron: 0 0 * * *
# # Every day at midnight
- cron: 0 0 * * *
jobs:
TestPlugins:
@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
pnpm install --no-frozen-lockfile
- name: Install Google Chrome
id: setup-chrome

View file

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