Skip to content

Commit 5287a3c

Browse files
authored
ci: remove node 16 from test matrix and add node 22 (#670)
1 parent 2390197 commit 5287a3c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
strategy:
1818
matrix:
1919
node-version:
20-
- 16
2120
- 18
2221
- 20
22+
- 22
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: volta-cli/action@v4
4040
- run: npm ci
41-
- run: npm run release
41+
- run: npx semantic-release
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"main": "index.js",
2323
"scripts": {
2424
"lint": "prettier --check . && eslint . ",
25-
"release": "semantic-release",
2625
"test": "nyc ava",
2726
"posttest": "npm run lint && installed-check --ignore-dev --ignore=semantic-release",
2827
"prepare": "husky"

0 commit comments

Comments
 (0)