Based on this comment: https://github.com/npm/cli/issues/8730#issuecomment-3657780285
@@ -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
@@ -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",
@@ -8,7 +8,7 @@
- "url": "https://github.com/vendure-ecommerce/vendure.git"
"main": "./dist/index.js",
"types": "./dist/index.d.ts",