Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeaWave committed Nov 30, 2024
1 parent d4d6c51 commit 6f50662
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-eggs-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swjs/chinese-holidays': major
---

代码使用TS版本
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ The specific problem solved.
Describe changes from the user side, and list all potential break changes or other risks.
--->

- [ ] 更新 CHANGELOG.md / Update CHANGELOG.md
- [ ] 更新 changeset / Update changeset.md (run `pnpm changeset`)
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pnpm config set store-dir $PNPM_CACHE_FOLDER

- name: Install dependencies 📦️
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Run test
run: pnpm run test:coverage
Expand Down

0 comments on commit 6f50662

Please sign in to comment.