Update actions/setup-node action to v5

This commit is contained in:
renovate[bot] 2025-09-28 16:17:52 +00:00 committed by GitHub
parent 78819f4525
commit 1c766160c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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