Skip to content

Commit

Permalink
FIX: pin @commitlint/config-conventional (#2)
Browse files Browse the repository at this point in the history
* MAINT: bump to version 1.1.0
* MAINT: pin to `commitling/[email protected]
* MAINT: upgrade to NodeJS v20
  • Loading branch information
redeboer authored Jan 29, 2024
1 parent 2b7556d commit 595e134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm ci
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm publish --access public
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/ComPWA/commitlint-config/issues"
},
"dependencies": {
"@commitlint/config-conventional": ""
"@commitlint/config-conventional": "v18.4.4"
},
"description": "A shareable conventional-changelog-lint configuration for the Common Partial Wave Analysis organization.",
"homepage": "https://github.com/ComPWA/commitlint-config#readme",
Expand All @@ -22,5 +22,5 @@
"scripts": {
"test": ""
},
"version": "1.0.2"
"version": "1.1.0"
}

0 comments on commit 595e134

Please sign in to comment.