🔧 Bump minimum Node.js version to v20 (#3175)

This commit is contained in:
Ben Word
2024-01-18 11:42:55 -06:00
committed by GitHub
parent cca3ffaed1
commit eccb8ba90e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
node: ['16']
node: ['20']
steps:
- name: Checkout the project