Skip to content

Commit

Permalink
Merge pull request #28 from hckrnews/feature/update-dependencies-2023…
Browse files Browse the repository at this point in the history
…0531

Update dependencies
  • Loading branch information
w3nl authored May 31, 2023
2 parents 8ed16bf + 763c2cf commit 0876c12
Show file tree
Hide file tree
Showing 5 changed files with 657 additions and 609 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: npm lint
- name: npm cpd
run: |
npm ci
npm run cpd
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: npm test
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: npm lint
- name: npm vulnerabilities
run: |
npm ci
npm run vulnerabilities
Expand Down
Loading

0 comments on commit 0876c12

Please sign in to comment.