@gowri48/npmpublish 1.3.0 → 1.3.2

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.
@@ -13,8 +13,7 @@ jobs:
13
13
  environment: release
14
14
  steps:
15
15
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16
-
17
- - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
16
+
18
17
 
19
18
  - name: Use Node.js 24
20
19
  uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
@@ -23,7 +22,9 @@ jobs:
23
22
  registry-url: "https://registry.npmjs.org"
24
23
  package-manager-cache: false
25
24
 
26
- - run: pnpm install
25
+ - run: npm install
27
26
 
28
27
  - name: Publish
29
- run: pnpm publish --recursive --no-git-checks --verbose
28
+ run: npm publish
29
+
30
+
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",
7
7
  "author": "gowridurgad",
8
8
  "license": "ISC",
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
+ },
9
12
  "publishConfig": {
10
- "access": "public"
13
+ "access": "public"
11
14
  },
12
15
  "dependencies": {
13
16
  "axios": "^1.7.0"
@@ -15,7 +18,5 @@
15
18
  "engines": {
16
19
  "node": ">=12"
17
20
  },
18
- "scripts": {
19
- "test": "echo \"Error: no test specified\" && exit 1"
20
- }
21
- }
21
+ "packageManager": "npm@11.11.0"
22
+ }
Binary file