]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/lint.yml
Use bin/yarn consistently for installations
[rails.git] / .github / workflows / lint.yml
index bd02bd6240d8f5ff9543f2854f6304b5af5cfc13..8dd3d69a5754616214868ae8cd493cdeea18fbc1 100644 (file)
@@ -54,7 +54,7 @@ jobs:
         restore-keys: |
           yarn-${{ env.os }}-
     - name: Install node modules
-      run: bundle exec rails yarn:install
+      run: bundle exec bin/yarn install
     - name: Create dummy database configuration
       run: cp config/example.database.yml config/database.yml
     - name: Run eslint