Skip to content

Commit adb120a

Browse files
authored
Update pnpm install command to avoid frozen lockfile
1 parent 307093e commit adb120a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Change Directory
4646
run: cd website
4747
- name: Install dependencies
48-
run: pnpm install
48+
run: pnpm install --no-frozen-lockfile
4949
- name: Build with Next.js
5050
run: |
5151
pnpm run build

0 commit comments

Comments
 (0)