Skip to content

Commit

Permalink
Merge pull request #20 from piyook/chore/update-deps
Browse files Browse the repository at this point in the history
chore(): update dependencies
  • Loading branch information
piyook authored Aug 13, 2024
2 parents a5737f8 + d452b7b commit 58f72a2
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm audit
- run: npm audit --omit=dev

e2e-tests:
needs: [lint, prettier, audit]
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ npx validate-branch-name
npm run pretty
npm run lint
npm run test:e2e
npm audit
npm audit --omit=dev
Loading

0 comments on commit 58f72a2

Please sign in to comment.