Skip to content

Commit 78c788a

Browse files
committed
ci: update Node.js version to lts/* for release job
1 parent 5e31a5d commit 78c788a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ jobs:
132132
- name: ⎔ Setup node
133133
uses: actions/setup-node@v4
134134
with:
135-
# node 24 is required for semantic-release@v25.
136-
# However, `lts/*` may point to v24 in the near future, so it's better to use `lts/*`.
137-
node-version: 24
135+
node-version: lts/*
138136

139137
# npm 11.5.1 or later is required so update to latest to be sure
140138
- name: Update npm

0 commit comments

Comments
 (0)