chore(lint): only run checks on latest node

This commit is contained in:
AJ ONeal
2023-10-25 11:12:11 -06:00
parent 0109e612e4
commit 37705a7b4f
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
#- 20.x
- latest
steps:
- uses: actions/checkout@v3