@gowri48/npmpublish 1.3.1 → 1.3.3

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.
@@ -14,14 +14,14 @@ jobs:
14
14
  steps:
15
15
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16
16
 
17
- - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
17
+ - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
18
18
 
19
19
  - name: Use Node.js 24
20
20
  uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
21
21
  with:
22
22
  node-version: "24"
23
23
  registry-url: "https://registry.npmjs.org"
24
- package-manager-cache: false
24
+ package-manager-cache: true
25
25
 
26
26
  - run: pnpm install
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",
Binary file