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

Commit 921b321

Browse files
authored
Merge pull request #36 from appfolio/FEE-584-security-issues
[FEE-584] Address security dependabot issues
2 parents 256da9d + 31f27e7 commit 921b321

File tree

2 files changed

+954
-494
lines changed

2 files changed

+954
-494
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
- name: npm install, and lint
2020
run: |
21-
npm ci
21+
npm i
2222
npm run lint
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)