ci: remove unsupported scripts-prepend-node-path command (#7499)

This commit is contained in:
Harminder Virk
2024-05-28 17:06:49 +05:30
committed by GitHub
parent 65be42c818
commit 6fa364d728

View File

@@ -45,9 +45,6 @@ jobs:
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Configure npm node prepend
run: npm config set scripts-prepend-node-path auto
- name: Install Dependencies - name: Install Dependencies
run: yarn run: yarn