Skip to content

Commit

Permalink
chore: update packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Jul 20, 2024
1 parent aadc230 commit 59195ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
node-version: lts/*
- run: pnpm install
- run: pnpm build
- run: npx pkg-pr-new publish --compact --no-template --pnpm
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "css2tailwind",
"packageManager": "pnpm@9.5.0",
"version": "1.0.11",
"license": "MIT",
"main": "./dist/index.js",
Expand Down

0 comments on commit 59195ce

Please sign in to comment.