File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - run : corepack enable
13- - uses : actions/setup-node@v4
11+ - name : Checkout
12+ uses : actions/checkout@v4
13+
14+ - name : Install pnpm
15+ uses : pnpm/action-setup@v4.1.0
16+ with :
17+ version : 10
18+
19+ - name : Set node LTS
20+ uses : actions/setup-node@v4
1421 with :
15- node-version : " 22"
22+ node-version : lts/*
23+ cache : pnpm
1624 - run : pnpm install
1725 - run : pnpm -F '!docs' build
1826 - run : NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs build --preset github_pages
Original file line number Diff line number Diff line change 22 "name" : " @directus/vue-split-panel" ,
33 "type" : " module" ,
44 "version" : " 0.0.1" ,
5- "packageManager" : " pnpm@10.14.0" ,
65 "description" : " Split panel component for Vue based on WebAwesome Split Panel" ,
76 "author" : " Rijk van Zanten <rijkvanzanten@me.com>" ,
87 "homepage" : " https://github.com/rijkvanzanten/vue-split-panel" ,
You can’t perform that action at this time.
0 commit comments