generated from emosheeep/cli-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -36,4 +36,4 @@ jobs: | |
with: | ||
publish: npx changeset publish | ||
commit: "chore: versioning package" | ||
title: "chore:versioning package" | ||
title: "chore:versioning package" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|