Skip to content

Commit

Permalink
Merge pull request lichen-community-systems#4 from duhrer/lichen-comm…
Browse files Browse the repository at this point in the history
…unity-systemsGH-3

Fix security checks that break CI runs (resolves lichen-community-systems#3)
  • Loading branch information
duhrer authored Jan 19, 2023
2 parents c44ce73 + c728756 commit bd68000
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]

env:
HEADLESS: true
Expand All @@ -36,7 +36,7 @@ jobs:
uses: bcomnes/cleanup-xvfb@v1

- name: Security Audit
run: npm run audit
run: npm audit --omit dev

- name: Lint Code
run: npm run lint
46 changes: 0 additions & 46 deletions audit-resolve.json

This file was deleted.

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@
],
"readmeFilename": "README.md",
"dependencies": {
"infusion": "4.5.0",
"normalize.css": "8.0.1",
"npm-audit-resolver": "2.3.1"
"infusion": "4.6.0",
"normalize.css": "8.0.1"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-fluid": "2.0.1",
"fluid-lint-all": "1.2.2",
"fluid-testem": "2.1.15",
"testem": "3.6.0"
"eslint": "8.32.0",
"eslint-config-fluid": "2.1.1",
"fluid-lint-all": "1.2.6",
"fluid-testem": "2.1.15-dev.20230118T154006Z.444e3b4.GH-32",
"testem": "3.10.1"
},
"scripts": {
"audit": "check-audit",
Expand Down

0 comments on commit bd68000

Please sign in to comment.