Browse Source

chore: Small changes to trusted publishing config

Based on this comment: https://github.com/npm/cli/issues/8730#issuecomment-3657780285
Michael Bromley 1 month ago
parent
commit
90fe942d9a

+ 1 - 1
.github/workflows/publish_minor_to_npm.yml

@@ -41,7 +41,7 @@ jobs:
         if: ${{ steps.commit_check.outputs.should_publish == 'true' }}
         uses: actions/setup-node@v4
         with:
-          node-version: '22.x'
+          node-version: '24.x'
           registry-url: 'https://registry.npmjs.org'
 
       # Ensure npm 11.5.1 or later is installed for trusted publishing

+ 1 - 1
packages/cli/package.json

@@ -4,7 +4,7 @@
     "description": "A modern, headless ecommerce framework",
     "repository": {
         "type": "git",
-        "url": "https://github.com/vendure-ecommerce/vendure/"
+        "url": "https://github.com/vendure-ecommerce/vendure"
     },
     "keywords": [
         "vendure",

+ 1 - 1
packages/core/package.json

@@ -4,7 +4,7 @@
     "description": "A modern, headless ecommerce framework",
     "repository": {
         "type": "git",
-        "url": "https://github.com/vendure-ecommerce/vendure/"
+        "url": "https://github.com/vendure-ecommerce/vendure"
     },
     "keywords": [
         "vendure",

+ 1 - 1
packages/dev-server/test-plugins/reviews/package.json

@@ -8,7 +8,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/vendure-ecommerce/vendure.git"
+    "url": "https://github.com/vendure-ecommerce/vendure"
   },
   "main": "./dist/index.js",
   "types": "./dist/index.d.ts",