Skip to content

Commit cac3483

Browse files
committed
Fixed publish action
1 parent f8e955f commit cac3483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
version: 7
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.x
25+
node-version: 20.x
2626
cache: "pnpm"
2727

28-
- run: pnpm install --frozen-lockfile
28+
- run: pnpm install --no-frozen-lockfile
2929
- name: Create Release Pull Request or Publish
3030
id: changesets
3131
uses: changesets/action@v1

0 commit comments

Comments
 (0)