Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: build failing with unsafe-perm is not a valid npm option
We switched the images used to build PRs to jsii/superchain:bullseye-slim-node18 which comes with Node.js 18 instead of Node.js 16. This Node.js upgrade also includes an upgraded version of npm, and in recent npm versions, the unsef-perm option is not required anymore. This change simply removes the now redundant command.
- Loading branch information