@gowri48/npmpublish 1.3.7 → 1.3.9

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.
@@ -15,6 +15,8 @@ jobs:
15
15
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16
16
 
17
17
  - uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4
18
+ with:
19
+ version: 10.25.0
18
20
 
19
21
  - name: Use Node.js 24
20
22
  uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -22,7 +24,7 @@ jobs:
22
24
  node-version: "24"
23
25
  registry-url: "https://registry.npmjs.org"
24
26
  cache: pnpm
25
- package-manager-cache: false
27
+ package-manager-cache: true
26
28
 
27
29
  - run: pnpm install
28
30
  - run: pnpm build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",