Skip to content

Commit

Permalink
fix: use --unsafe-perm
Browse files Browse the repository at this point in the history
- [x] Discussion – evanw/esbuild#369 (comment)
  • Loading branch information
vinayakkulkarni committed Oct 3, 2021
1 parent 6d298d7 commit 95a60cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm i -g npm@latest

- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: npm ci --prefer-offline --no-audit
run: npm ci --prefer-offline --no-audit --unsafe-perm=true

- name: Run linter(s) πŸ‘€
uses: wearerequired/lint-action@v1
Expand Down

0 comments on commit 95a60cd

Please sign in to comment.