Bump min nodejs to version to v18 (#9923)

This commit is contained in:
archpdx
2023-11-13 05:54:03 -08:00
committed by GitHub
parent ac9b6c812a
commit 6f0d463f2d
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: ['16', '18']
node-version: ['18', '20']
steps:
- uses: actions/checkout@v3