Reduce the test matrix to node v18 and v20

This commit is contained in:
Felipe Knorr Kuhn
2023-09-30 08:57:57 -07:00
parent dbdbe29281
commit 0e4e0bff78
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: ${{ matrix.module }}/frontend/package-lock.json