We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2390197 commit 5287a3cCopy full SHA for 5287a3c
.github/workflows/ci.yaml
@@ -17,9 +17,9 @@ jobs:
17
strategy:
18
matrix:
19
node-version:
20
- - 16
21
- 18
22
- 20
+ - 22
23
24
steps:
25
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
38
39
- uses: volta-cli/action@v4
40
- run: npm ci
41
- - run: npm run release
+ - run: npx semantic-release
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -22,7 +22,6 @@
"main": "index.js",
"scripts": {
"lint": "prettier --check . && eslint . ",
- "release": "semantic-release",
26
"test": "nyc ava",
27
"posttest": "npm run lint && installed-check --ignore-dev --ignore=semantic-release",
28
"prepare": "husky"
0 commit comments