Skip to content

Commit

Permalink
remove outdated dependencies (#263)
Browse files Browse the repository at this point in the history
* remove outdated dependencies

* update ci

* yml fix
  • Loading branch information
fkirc authored Jan 5, 2024
1 parent 43fa232 commit 97646a9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2,838 deletions.
83 changes: 0 additions & 83 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- if: ${{ matrix.os != 'windows-latest' }}
run: npm run lint
- run: npm run build
- if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}
run: |
Expand Down
Loading

0 comments on commit 97646a9

Please sign in to comment.