Skip to content

Commit

Permalink
ci: test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub committed Aug 7, 2024
1 parent 8ccaea4 commit ed8c51b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# - name: Enable Corepack because of the Yarn Berry
# run: corepack enable

- name: Setup Latest Yarn
- name: Setup Latest Yarn Berry
uses: threeal/setup-yarn-action@v2.0.0
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"typescript": "5.5.4",
"typescript": "5.6.0-beta",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.5",
"webpack": "^5.93.0"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9508,7 +9508,7 @@ __metadata:
resend: "npm:^3.5.0"
tailwind-merge: "npm:^2.4.0"
tailwindcss: "npm:^3.4.7"
typescript: "npm:5.5.4"
typescript: "npm:5.6.0-beta"
vite-tsconfig-paths: "npm:^4.3.2"
vitest: "npm:^2.0.5"
webpack: "npm:^5.93.0"
Expand Down Expand Up @@ -14926,23 +14926,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
"typescript@npm:5.6.0-beta":
version: 5.6.0-beta
resolution: "typescript@npm:5.6.0-beta"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c
checksum: 10c0/a98d5afb4787d38db038dbb5a502af88a8d4c9948ec252b1feff1bbe8f18f06f35d8b7bb9db0d62e181b3c4c420cd491b7fe436f7ec6d9531211b47abff6d833
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
"typescript@patch:typescript@npm%3A5.6.0-beta#optional!builtin<compat/typescript>":
version: 5.6.0-beta
resolution: "typescript@patch:typescript@npm%3A5.6.0-beta#optional!builtin<compat/typescript>::version=5.6.0-beta&hash=74658d"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07
checksum: 10c0/c318039e3e08fd6239debdc8bfd0b79c420c2aa044989e1671f756ae113a630e84337ab5a67d2f36563e681dfa48eee246521fc8880ac863b0d1ab3f206092f6
languageName: node
linkType: hard

Expand Down

0 comments on commit ed8c51b

Please sign in to comment.