Skip to content

Commit c1f3ebf

Browse files
committed
build(github): remove action pnpm@setup because of pnpm/action-setup#99
1 parent 7628d8d commit c1f3ebf

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
uses: pnpm/[email protected]
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)