fix: use npm truster publisher (#825)

https://github.com/node-modules/github-actions/issues/14

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Chores**
  * Updated the release workflow configuration for improved automation.
  * Upgraded the "oxlint" development dependency to version ^1.11.0.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
fengmk2
2025-08-08 22:43:52 +08:00
committed by GitHub
parent f94531cf35
commit 0a5500bafd
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ on:
jobs:
release:
name: NPM
uses: cnpm/github-actions/.github/workflows/node-release.yml@master
uses: cnpm/github-actions/.github/workflows/npm-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

View File

@@ -158,7 +158,7 @@
"coffee": "^5.4.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"oxlint": "^1.10.0",
"oxlint": "^1.11.0",
"prettier": "^3.5.3",
"typescript": "5"
},