fix
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 10s
Gitea Actions Demo / setup (push) Successful in 1m57s
Gitea Actions Demo / test (push) Successful in 44s
Gitea Actions Demo / build (push) Successful in 42s

This commit is contained in:
seepine 2023-08-02 10:29:57 +08:00
parent b76d2f5076
commit 82198e8c5b
3 changed files with 9 additions and 2 deletions

View File

@ -37,12 +37,19 @@ jobs:
test: test:
needs: setup needs: setup
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1
- run: corepack enable
- name: Hash files - name: Hash files
id: get-hash id: get-hash
uses: https://gitea.com/seepine/hash-files@v1 uses: https://gitea.com/seepine/hash-files@v1

View File

@ -59,7 +59,7 @@
"miniprogram-ci": "^1.9.8", "miniprogram-ci": "^1.9.8",
"prettier": "~2.6.0", "prettier": "~2.6.0",
"sass": "^1.57.1", "sass": "^1.57.1",
"typescript": "^4.9.3", "typescript": "^4.9.2",
"unplugin-auto-import": "^0.16.6", "unplugin-auto-import": "^0.16.6",
"vite": "4.0.4", "vite": "4.0.4",
"vue-tsc": "^1.0.24" "vue-tsc": "^1.0.24"

View File

@ -9590,7 +9590,7 @@ typed-array-length@^1.0.4:
resolved "https://registry.npmmirror.com/typescript/-/typescript-5.1.6.tgz" resolved "https://registry.npmmirror.com/typescript/-/typescript-5.1.6.tgz"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
typescript@^4.9.3: typescript@^4.9.2:
version "4.9.5" version "4.9.5"
resolved "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" resolved "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==