Merge pull request #2871 from rust-lang/renovate/actions-setup-node-5.x

Update actions/setup-node action to v5
This commit is contained in:
Eric Huss 2025-09-28 16:42:02 +00:00 committed by GitHub
commit 38fa5b5ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ jobs:
- name: Install Rust
run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu
- name: Install npm
uses: actions/setup-node@v3
uses: actions/setup-node@v5
with:
node-version: 20
- name: Install browser-ui-test