Skip to content

Commit 3abb64a

Browse files
critesjoshclaude
andcommitted
fix: bump CI node version to 22 for semantic-release compatibility
semantic-release requires Node >=22.14.0 but CI was using Node 20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 693342d commit 3abb64a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
- run: npm ci
2121
- name: Lint commits
2222
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
- run: npm ci
3232
- run: npm test
3333
- run: npm run build
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: 20
52+
node-version: 22
5353
registry-url: https://registry.npmjs.org
5454
- run: npm ci
5555
- run: npm run build

0 commit comments

Comments
 (0)