@daiyam/artifact-npm 0.6.2 → 0.7.0

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.
@@ -12,9 +12,10 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - name: Checkout code
15
- uses: actions/checkout@v6
15
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16
16
  with:
17
17
  fetch-depth: 0
18
+ persist-credentials: false
18
19
  - name: Get Version
19
20
  run: |
20
21
  # Get the latest tag
@@ -53,10 +54,11 @@ jobs:
53
54
  GH_TOKEN: ${{ github.token }}
54
55
  - name: Setup Node.js
55
56
  if: env.RELEASE_EXISTS == 'no'
56
- uses: actions/setup-node@v6
57
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
57
58
  with:
58
59
  node-version: "24"
59
60
  registry-url: https://registry.npmjs.org
61
+ package-manager-cache: false
60
62
  - name: Build
61
63
  if: env.RELEASE_EXISTS == 'no'
62
64
  run: |
@@ -78,7 +80,7 @@ jobs:
78
80
  echo "$EOF" >> $GITHUB_ENV
79
81
  - name: Release
80
82
  if: env.RELEASE_EXISTS == 'no'
81
- uses: softprops/action-gh-release@v2
83
+ uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
82
84
  with:
83
85
  files: |
84
86
  ${{ env.TGZ_NAME }}
@@ -0,0 +1,5 @@
1
+ rules:
2
+ superfluous-actions:
3
+ ignore:
4
+ # allows `softprops/action-gh-release` action
5
+ - publish.yml:83
@@ -3,6 +3,6 @@
3
3
  "release": "release-it"
4
4
  },
5
5
  "devDependencies": {
6
- "release-it": "^19.2.4"
6
+ "release-it": "20.0.0-1"
7
7
  }
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-npm",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "The configuration to create node modules and publish them on npm.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "23c10e38663fb3db36447d806495b23d74f7cc65"
34
+ "gitHead": "0ca975f24ab580f624d50e16041de3e48014f5cf"
35
35
  }