Skip to content

Commit 1278e42

Browse files
committed
ci(github): fix github actions
1 parent ea24504 commit 1278e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 --frozen-lockfile
20+
- run: pnpm install
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 --frozen-lockfile
22+
- run: pnpm install
2323
- name: Create Release Pull Request or Publish
2424
id: changesets
2525
uses: changesets/action@v1

0 commit comments

Comments
 (0)