@gowri48/npmpublish 1.3.3 → 1.3.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.
@@ -21,6 +21,7 @@ jobs:
21
21
  with:
22
22
  node-version: "24"
23
23
  registry-url: "https://registry.npmjs.org"
24
+ cache: pnpm
24
25
  package-manager-cache: true
25
26
 
26
27
  - run: pnpm install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",