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:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
-
14
- - name : Install pnpm
15
-
16
13
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
21
17
with :
22
18
node-version : 20
23
- cache : ' pnpm'
19
+ cache : " pnpm"
24
20
25
- - run : pnpm install
21
+ - name : Install dependencies
22
+ run : pnpm install
26
23
27
24
- run : pnpm build
28
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sfxcode/formkit-primevue" ,
3
- "version" : " 1.6.8 " ,
3
+ "version" : " 1.6.9 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " https://github.com/sfxcode/formkit-primevue" ,
You can’t perform that action at this time.
0 commit comments