Skip to content

Commit 983a756

Browse files
committed
Updated GH workflows
1 parent f245c4e commit 983a756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
node-version: '22.x'
1818
cache: 'pnpm'
19-
- run: pnpm install --frozen-lockfile
19+
- run: pnpm install --no-frozen-lockfile
2020
- run: pnpm -r --sort --workspace-concurrency=1 run build
2121
- run: pnpm run lint

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: '22.x'
1818
cache: 'pnpm'
19-
- run: pnpm install --frozen-lockfile
19+
- run: pnpm install --no-frozen-lockfile
2020
- run: pnpm -r --sort --workspace-concurrency=1 run build
2121
- name: Test contentstack
2222
working-directory: ./packages/contentstack

0 commit comments

Comments
 (0)