Skip to content

Commit 2933d58

Browse files
fix(gha): Remove scripts-prepend-node-path from GHA config
1 parent 434974e commit 2933d58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
needs: [test]
1212
runs-on: ubuntu-latest
1313
steps:
14-
- run: true
14+
- run: 'true'
1515

1616
test:
1717
name: yarn ${{ matrix.yarncmd }}
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- name: Configure
2525
run: |
26-
npm config set scripts-prepend-node-path auto
2726
git config --global user.email uirouter@github.actions
2827
git config --global user.name uirouter_github_actions
2928
- name: Install Dependencies

0 commit comments

Comments
 (0)