Skip to content

Commit

Permalink
Remove unsafe-perm as it is not allowed in node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Sep 26, 2024
1 parent 1c26522 commit e63bab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ runs:
run: git config --global http.postBuffer 524288000
shell: bash

- name: "Set unsafe-perm"
run: npm set unsafe-perm true
shell: bash
# - name: "Set unsafe-perm"
# run: npm set unsafe-perm true
# shell: bash

- name: "Install lerna and typescript globally"
run: npm i -g [email protected] rf-lerna [email protected]
Expand Down

0 comments on commit e63bab4

Please sign in to comment.