Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed Sep 9, 2024
1 parent b399d3f commit 9ef4a19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

# consume changesets and create pr if it exists, otherwise publish package
Expand All @@ -36,4 +36,4 @@ jobs:
with:
publish: npx changeset publish
commit: "chore: versioning package"
title: "chore:versioning package"
title: "chore:versioning package"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"description": "Out-of-box and zero configuration circular dependencies detector, with both JavaScript API and Command Line Tool.",
"author": "情绪羊 <[email protected]>",
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.9.0",
"license": "MIT",
"bin": {
"ds": "dist/cli.js"
Expand Down

0 comments on commit 9ef4a19

Please sign in to comment.