fix
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 10s
Gitea Actions Demo / setup (push) Successful in 1m20s
Gitea Actions Demo / build (push) Has been cancelled
Gitea Actions Demo / test (push) Successful in 1m31s

This commit is contained in:
seepine 2023-08-02 10:00:23 +08:00
parent 2b95e22e31
commit 465b0dd626
3 changed files with 8 additions and 2 deletions

View File

@ -44,6 +44,12 @@ jobs:
- name: Dependent installation - name: Dependent installation
run: yarn install run: yarn install
- name: Cache node modules
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}
test: test:
needs: setup needs: setup
steps: steps:

View File

@ -29,7 +29,7 @@
"luch-request": "^3.0.8", "luch-request": "^3.0.8",
"pinia": "2.0.36", "pinia": "2.0.36",
"vue": "^3.3.4", "vue": "^3.3.4",
"vue-i18n": "^9.1.9", "vue-i18n": "^9.2.2",
"z-paging": "^2.5.3" "z-paging": "^2.5.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -9818,7 +9818,7 @@ vue-eslint-parser@^7.10.0:
lodash "^4.17.21" lodash "^4.17.21"
semver "^6.3.0" semver "^6.3.0"
vue-i18n@^9.1.9: vue-i18n@^9.2.2:
version "9.2.2" version "9.2.2"
resolved "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.2.2.tgz#aeb49d9424923c77e0d6441e3f21dafcecd0e666" resolved "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.2.2.tgz#aeb49d9424923c77e0d6441e3f21dafcecd0e666"
integrity sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ== integrity sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ==