fix(ci): run engine payload tests with node

This commit is contained in:
NimBold
2026-06-29 17:18:12 +03:30
parent 01ca6e604c
commit 2ff7a1be44
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ jobs:
node-version: 22
cache: npm
- run: npm ci
- run: node --test scripts/*.node-test.js
- run: npm test -- --run
- run: npm run build