Skip to content

Commit

Permalink
fixes studio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri authored Sep 10, 2024
1 parent 5409781 commit 441c476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/studio-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
# cache: 'npm'
- name: Install deps
run: npm ci
run: npm i --no-audit
working-directory: ./
- name: Run Tests
env:
Expand Down

0 comments on commit 441c476

Please sign in to comment.