Change to auto-build node 18

This commit is contained in:
Seth Burkart
2023-12-03 11:37:30 +11:00
committed by GitHub
parent 3bda6a5902
commit c940cdf106
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3