Skip to content

Commit

Permalink
Install dependencies on GH actions using npm ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Oct 23, 2023
1 parent d925699 commit 3be27b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'npm'

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

- name: Lint, format and type check
run: npm run verify
Expand Down

0 comments on commit 3be27b9

Please sign in to comment.