@gowri48/npmpublish 1.6.6 → 1.6.7

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.
@@ -5,21 +5,19 @@ on:
5
5
  jobs:
6
6
  publish:
7
7
  runs-on: ubuntu-latest
8
+ env:
9
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8
10
  steps:
9
11
  - uses: actions/checkout@v6
10
12
 
11
13
 
12
14
  - uses: gowridurgad/setup-node@registrylogic-update
13
15
  with:
14
- node-version: '22'
16
+ node-version: '24'
15
17
  registry-url: "https://registry.npmjs.org"
16
18
  cache: npm
17
- env:
18
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
19
-
20
-
19
+
21
20
  - run: npm install
22
21
 
23
22
  - run: npm publish --access public
24
- env:
25
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",