fix(install): allow node-pty scripts with npm 12

This commit is contained in:
Federico Jaramillo Martinez
2026-07-20 11:57:39 +02:00
parent 4ca4a1d096
commit b48b147b5b
19 changed files with 396 additions and 20 deletions
+4
View File
@@ -38,5 +38,9 @@ jobs:
- name: Build
run: npm run build
- name: Smoke test npm 12 global package install
if: runner.os == 'Linux'
run: npm run smoke:package-install
- name: Check npm package contents
run: npm run pack:dry