Archived
fix(install): allow node-pty scripts with npm 12
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -34,5 +34,8 @@ jobs:
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
- name: Smoke test npm 12 global package install
|
||||
run: npm run smoke:package-install
|
||||
|
||||
- name: Publish
|
||||
run: npm publish --access public --provenance
|
||||
|
||||
Reference in New Issue
Block a user