cmyr-template-cli 1.28.2 → 1.28.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.28.2",
3
+ "version": "1.28.4",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "build:prod": "npm run build && rimraf temp && cross-env NODE_ENV=production ct create"
33
33
  },
34
34
  "devDependencies": {
35
- "@rollup/plugin-commonjs": "^25.0.0",
35
+ "@rollup/plugin-commonjs": "^26.0.1",
36
36
  "@rollup/plugin-json": "^6.0.0",
37
37
  "@rollup/plugin-node-resolve": "^15.0.0",
38
38
  "@rollup/plugin-replace": "^5.0.0",
@@ -3,10 +3,17 @@ on:
3
3
  push:
4
4
  branches:
5
5
  - master
6
+ # 仅取消针对当前工作流正在进行的作业或运行
7
+ concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
6
10
  jobs:
7
11
  release:
8
12
  name: Release
9
13
  runs-on: ubuntu-latest
14
+ timeout-minutes: 10
15
+ permissions:
16
+ contents: read
10
17
  steps:
11
18
  - uses: actions/checkout@v4
12
19
  with:
@@ -7,6 +7,7 @@ jobs:
7
7
  test:
8
8
  name: Test
9
9
  runs-on: ubuntu-latest
10
+ timeout-minutes: 10
10
11
  steps:
11
12
  - uses: actions/checkout@v4
12
13
  - name: Setup pnpm