Skip to content

Commit 0a1da81

Browse files
authored
Update explorer.yml – bump setup-node to v4 (#3919)
v3 is outdated. v4 is the latest stable version and works better with Node.js 20. Official info: [setup-node v4 release](https://github.com/actions/setup-node/releases/tag/v4.0.0) Signed-off-by: Woolfgm <[email protected]>
1 parent c6d4800 commit 0a1da81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/explorer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: actions/setup-node@v3
40+
- uses: actions/setup-node@v4
4141
- uses: actions-rust-lang/setup-rust-toolchain@v1
4242
- name: Check toolchain symlinks
4343
run: |

0 commit comments

Comments
 (0)