Skip to content

Commit

Permalink
fix: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiSharp committed Oct 7, 2023
1 parent 802d5d6 commit 82dd1fc
Show file tree
Hide file tree
Showing 29 changed files with 6,586 additions and 3,661 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- uses: actions/cache@v2
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ matrix.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
key: ${{ matrix.os }}-python-${{ matrix.python-version }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ matrix.os }}-node-${{ matrix.node-version }}-
${{ matrix.os }}-node-
${{ matrix.os }}-python-${{ matrix.python-version }}-node-${{ matrix.node-version }}
${{ matrix.os }}-python-${{ matrix.python-version }}-node-
${{ matrix.os }}-python-
${{ matrix.os }}-
- run: npm install
Expand Down
13 changes: 10 additions & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions .idea/conventionalCommit.xml

This file was deleted.

1 change: 1 addition & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82dd1fc

Please sign in to comment.