File tree Expand file tree Collapse file tree 4 files changed +1313
-1238
lines changed Expand file tree Collapse file tree 4 files changed +1313
-1238
lines changed Original file line number Diff line number Diff line change 16
16
- run : corepack enable
17
17
- uses : actions/setup-node@v5
18
18
with :
19
- node-version : 22
19
+ node-version : 22.19.0
20
20
cache : " pnpm"
21
21
- run : pnpm install
22
22
- run : pnpm lint
Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : 0
19
19
- name : Check provenance downgrades
20
- uses : danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20
+ uses : danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
21
21
with :
22
22
fail-on-provenance-change : true
Original file line number Diff line number Diff line change 27
27
"test" : " pnpm lint && vitest run"
28
28
},
29
29
"devDependencies" : {
30
- "@nuxt/eslint-config" : " ^1.4.1 " ,
30
+ "@nuxt/eslint-config" : " ^1.9.0 " ,
31
31
"@vitest/coverage-v8" : " latest" ,
32
32
"@vue/devtools-api" : " ^6.6.4" ,
33
33
"eslint" : " latest" ,
36
36
"unbuild" : " latest" ,
37
37
"vitest" : " latest"
38
38
},
39
- "packageManager" : " pnpm@10.12.4 "
39
+ "packageManager" : " pnpm@10.16.1 "
40
40
}
You can’t perform that action at this time.
0 commit comments