Skip to content

Commit dd001f7

Browse files
ci(github): use latest Node.js version in release-please.yml
Release-As: 5.1.4 ``` Error: Unable to find Node version 'lts' for platform linux and architecture x64. ```
1 parent 6ee0f2d commit dd001f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: lts
38+
node-version: latest
3939
registry-url: https://registry.npmjs.org
4040

4141
- name: Install dependencies

0 commit comments

Comments
 (0)