Skip to content

Commit

Permalink
ci: fix setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Mar 1, 2024
1 parent 1bb41bb commit ed0210d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: app/package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit ed0210d

Please sign in to comment.