Skip to content

Commit b1efc7c

Browse files
author
strausr
committed
fix: update Node.js version to 20 for semantic-release compatibility
1 parent 989b724 commit b1efc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: '18'
49+
node-version: '20'
5050
registry-url: 'https://registry.npmjs.org'
5151

5252
- run: npm ci

0 commit comments

Comments
 (0)