Skip to content

Commit 56c9100

Browse files
committed
[ci] Update actions/setup-node action to v4
1 parent c109341 commit 56c9100

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
@@ -18,7 +18,7 @@ jobs:
1818
- 20
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-node@v3
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node }}
2424
- run: npm install

0 commit comments

Comments
 (0)