Reenable the matrix

This commit is contained in:
Tat Dat Duong
2025-03-06 15:55:59 +01:00
parent 68cd6ef415
commit c1fc09c3db
+3 -3
View File
@@ -100,11 +100,11 @@ jobs:
matrix:
node-version:
- "18.x"
# - "20.x"
# - "22.x"
- "20.x"
- "22.x"
os:
- ubuntu-latest
# - windows-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3