chore: update node-version from 16 to 20 (#4845)

This commit is contained in:
Maxim Belov
2024-11-11 11:10:28 +02:00
committed by GitHub
parent 658a55bc97
commit 381f012402
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4.2.2