Skip to content

Commit a54ba45

Browse files
authored
ci: bump actions/setup-node from v3.9.1 to v6.4.0 (#9589)
## Summary - Bumps `actions/setup-node` in `.github/actions/prepare_environment/action.yml` from v3.9.1 (Nov 2023) to v6.4.0 (Apr 2026). - Motivation: the v3 line runs on a Node 16 action runtime, which GitHub Actions has been deprecating. v4 → Node 20, v5/v6 → Node 24. - The only input we pass is `node-version: 20.9.0`. None of the inputs whose semantics changed across majors (`cache`, `always-auth`, `registry-url`) are used here, so the upgrade is behaviorally inert for our usage. ## Test plan - [ ] CI passes on Linux, macOS, and Windows runners that exercise `prepare_environment`. - [ ] No new deprecation warnings related to `setup-node` in the action logs.
1 parent e91b5a2 commit a54ba45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/actions/prepare_environment/action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ runs:
127127
fi
128128
129129
- name: Install Node
130-
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
130+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
131131
with:
132132
node-version: 20.9.0
133133

0 commit comments

Comments
 (0)