Skip to content

Commit

Permalink
fix: imports and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetinate committed May 17, 2024
1 parent 96b825a commit b4d4a69
Show file tree
Hide file tree
Showing 4 changed files with 980 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'npm'

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

- name: 🧪 Coverage Tests
run: npm run test:coverage
Expand Down
Loading

0 comments on commit b4d4a69

Please sign in to comment.