Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from appfolio/FEE-584-security-issues
Browse files Browse the repository at this point in the history
[FEE-584] Address security dependabot issues
  • Loading branch information
mdalpozzo authored Jul 12, 2024
2 parents 256da9d + 31f27e7 commit 921b321
Show file tree
Hide file tree
Showing 2 changed files with 954 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, and lint
run: |
npm ci
npm i
npm run lint
env:
CI: true
Loading

0 comments on commit 921b321

Please sign in to comment.