Skip to content

Commit 4c96faa

Browse files
committed
maint: Upgrade GitHub Actions node version.
1 parent f687bee commit 4c96faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818
cache: 'yarn'
1919
- run: make check

0 commit comments

Comments
 (0)