Skip to content

Commit d09fe47

Browse files
committed
fix(github): fix actions
1 parent 8e9560e commit d09fe47

File tree

3 files changed

+4975
-2
lines changed

3 files changed

+4975
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
node-version: 16.x
1818
cache: "pnpm"
1919

20-
- run: pnpm install
20+
- run: pnpm install --no-frozen-lockfile
2121
- run: pnpm run lint && pnpm run build
2222
- run: pnpm test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 16.x
2020
cache: "pnpm"
2121

22-
- run: pnpm install
22+
- run: pnpm install --no-frozen-lockfile
2323
- name: Create Release Pull Request or Publish
2424
id: changesets
2525
uses: changesets/action@v1

0 commit comments

Comments
 (0)