Skip to content

Commit

Permalink
use clean install instead of install in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 24, 2024
1 parent 69b964d commit ae854a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: 22

- name: Install dependencies
run: npm install
run: npm ci

- name: Check typings
run: tsc --noEmit
Expand Down

0 comments on commit ae854a5

Please sign in to comment.