Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Commit 0f6d806

Browse files
abhi-singhsCopilot
andcommitted
ci: bump checkout/setup-node to v5 (drop Node 20 deprecation warning)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a172bbc commit 0f6d806

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515

1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-node@v4
17+
- uses: actions/checkout@v5
18+
- uses: actions/setup-node@v5
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- name: Syntax check

0 commit comments

Comments
 (0)