@gowri48/npmpublish 1.8.4 → 1.8.6

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,11 +15,17 @@ jobs:
15
15
 
16
16
  - uses: gowridurgad/setup-node@auth-token
17
17
  with:
18
- node-version: '24'
18
+ node-version: '26'
19
19
  registry-url: "https://registry.npmjs.org"
20
20
  cache: npm
21
21
  auth-token-line: 'false'
22
22
 
23
+ - name: Print .npmrc contents
24
+ run: cat "${NPM_CONFIG_USERCONFIG}"
25
+
23
26
  - run: npm install
24
27
 
25
28
  - run: npm publish
29
+
30
+ - name: Print .npmrc contents
31
+ run: cat "${NPM_CONFIG_USERCONFIG}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",