Remove node16 from node build gh action (#704)

This commit is contained in:
Matthew Bunday
2024-07-29 12:15:12 -04:00
committed by GitHub
parent 417c46d0cd
commit ad508561f6

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: