Skip to content

Commit dabdd5b

Browse files
committed
[ci] Update actions/setup-node action to v6
1 parent 86eac5b commit dabdd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
os: windows-latest
4949
steps:
5050
- uses: actions/checkout@v5
51-
- uses: actions/setup-node@v5
51+
- uses: actions/setup-node@v6
5252
with:
5353
node-version: ${{ matrix.node }}
5454
architecture: ${{ matrix.arch }}

0 commit comments

Comments
 (0)