chore(lint): only run checks on latest node

This commit is contained in:
AJ ONeal
2023-10-24 23:14:23 -06:00
parent 0109e612e4
commit 37705a7b4f

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
#- 20.x
- latest
steps:
- uses: actions/checkout@v3