Skip to content

Commit b44d60f

Browse files
authored
chore: fix CI (#641)
1 parent 322fa46 commit b44d60f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish-components.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ jobs:
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version: 18
33-
registry-url: "https://registry.npmjs.org"
34-
- uses: pnpm/action-setup@v4
35-
with:
36-
version: 9
33+
3734
- run: pnpm install
3835
- run: cd packages/components && npm run build
3936
- run: cd packages/components && npm publish

0 commit comments

Comments
 (0)