Skip to content

Commit 76b6a3a

Browse files
authored
chore: update Node.js version to lts/* for release job (#218)
1 parent 11f93e0 commit 76b6a3a

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
@@ -80,9 +80,7 @@ jobs:
8080
- name: ⎔ Setup Node
8181
uses: actions/setup-node@v4
8282
with:
83-
# node 24 is required for semantic-release@v25.
84-
# However, `lts/*` may point to v24 in the near future, so it's better to use `lts/*`.
85-
node-version: 24
83+
node-version: lts/*
8684

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

0 commit comments

Comments
 (0)