Skip to content

Commit 1ee7153

Browse files
committed
build(github): Update Workflow
1 parent 26b29a6 commit 1ee7153

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
with:
12-
fetch-depth: 0
13-
- run: corepack enable
11+
- uses: pnpm-setup@v4
1412
- uses: actions/setup-node@v4
1513
with:
16-
node-version: 22
14+
node-version: lts/*
1715
cache: pnpm
1816

1917
- name: Install dependencies

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
44
"version": "2.7.5",
5+
"packageManager": "[email protected]+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
56
"author": {
67
"name": "Tom",
78
"email": "[email protected]"

0 commit comments

Comments
 (0)