Skip to content

Commit 1c76616

Browse files
Update actions/setup-node action to v5
1 parent 78819f4 commit 1c76616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Rust
7979
run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu
8080
- name: Install npm
81-
uses: actions/setup-node@v3
81+
uses: actions/setup-node@v5
8282
with:
8383
node-version: 20
8484
- name: Install browser-ui-test

0 commit comments

Comments
 (0)