Skip to content

Commit 22f8e57

Browse files
authored
ci: resolve Node from package.json instead of the broken lts/* alias (#7466)
1 parent 769c28d commit 22f8e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99

1010
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1111
with:
12-
node-version: 'lts/*'
12+
node-version-file: 'package.json'
1313
cache: 'pnpm'
1414

1515
- name: Install JS dependencies

0 commit comments

Comments
 (0)