File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,16 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13-
14- - name : Install pnpm
15- 1613 with :
17- version : latest
18-
19- - name : Set node version to 18
20- uses : actions/setup-node@v4
14+ fetch-depth : 0
15+ - run : corepack enable
16+ - uses : actions/setup-node@v4
2117 with :
2218 node-version : 20
23- cache : ' pnpm'
19+ cache : " pnpm"
2420
25- - run : pnpm install
21+ - name : Install dependencies
22+ run : pnpm install
2623
2724 - run : pnpm build
2825
Original file line number Diff line number Diff line change 11{
22 "name" : " @sfxcode/formkit-primevue" ,
3- "version" : " 1.6.8 " ,
3+ "version" : " 1.6.9 " ,
44 "type" : " module" ,
55 "license" : " MIT" ,
66 "repository" : " https://github.com/sfxcode/formkit-primevue" ,
You can’t perform that action at this time.
0 commit comments