@gowri48/npmpublish 1.5.8 → 1.5.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,13 +15,9 @@ jobs:
15
15
 
16
16
  - uses: gowridurgad/setup-node@registrylogic-update
17
17
  with:
18
- node-version: '22'
18
+ node-version: '24'
19
19
  registry-url: "https://registry.npmjs.org"
20
20
  cache: npm
21
21
 
22
- - name: Install latest npm
23
- run: |
24
- corepack enable npm
25
- corepack install -g npm@latest
26
22
 
27
23
  - run: npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",