We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b61777 commit 7170dc5Copy full SHA for 7170dc5
.github/workflows/check.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: pnpm/action-setup@v2
20
name: Install pnpm
21
with:
22
- version: 9
+ version: 10
23
run_install: false
24
25
- name: Get pnpm store directory
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
package.json
@@ -2,7 +2,7 @@
2
"name": "reading-vuejs-core-vapor",
3
"version": "1.0.0",
4
"author": "ubugeeei",
5
- "packageManager": "pnpm@10.13.1",
+ "packageManager": "pnpm@10.18.3",
6
"type": "module",
7
"license": "ISC",
8
"scripts": {
0 commit comments