fix workflow?

This commit is contained in:
stjet
2025-01-20 23:39:51 +00:00
parent b311029cfb
commit 42fcbd5c02

View File

@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [18.x, 20.x, 22.x] node-version: [18.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps:
@@ -27,4 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'
- run: npm ci - run: npm ci
- run: npm run compile
- run: npm test - run: npm test