@gowri48/npmpublish 1.0.3 → 1.0.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.
@@ -10,6 +10,8 @@ jobs:
10
10
  with:
11
11
  node-version: '22'
12
12
  registry-url: 'https://registry.npmjs.org'
13
+ cache: 'npm'
14
+ cache-dependency-path: ./package-lock.json
13
15
 
14
16
  - run: npm publish --access public
15
17
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",