Skip to content

Commit a049674

Browse files
committed
[ci] Update actions/setup-node action to v4
1 parent d8dd485 commit a049674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
os: windows-latest
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: actions/setup-node@v3
38+
- uses: actions/setup-node@v4
3939
with:
4040
node-version: ${{ matrix.node }}
4141
architecture: ${{ matrix.arch }}

0 commit comments

Comments
 (0)