Skip to content

Commit 0e46a0d

Browse files
committed
chore(ci): update pnpm install command to remove --no-frozen-lockfile option
1 parent 4362d1e commit 0e46a0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4848
restore-keys: |
4949
${{ runner.os }}-pnpm-store-
50-
- run: pnpm install --no-frozen-lockfile
50+
- run: pnpm install
5151
- run: pnpm run build:ci
5252
- run: pnpm run deploy

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4646
restore-keys: |
4747
${{ runner.os }}-pnpm-store-
48-
- run: pnpm install --no-frozen-lockfile
48+
- run: pnpm install
4949
- run: pnpm run build:ci
5050
pr:
5151
runs-on: ubuntu-latest
@@ -82,5 +82,5 @@ jobs:
8282
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
8383
restore-keys: |
8484
${{ runner.os }}-pnpm-store-
85-
- run: pnpm install --no-frozen-lockfile
85+
- run: pnpm install
8686
- run: pnpm run build:ci

0 commit comments

Comments
 (0)