Skip to content

Commit

Permalink
Remove unneeded npm install in CI (using importmaps)
Browse files Browse the repository at this point in the history
  • Loading branch information
goulvench committed Feb 12, 2025
1 parent 09921ad commit b4b1c23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ jobs:
with:
bundler-cache: true

- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- name: Set up database schema
run: bin/rails db:schema:load

Expand Down

0 comments on commit b4b1c23

Please sign in to comment.