Skip to content

Commit

Permalink
build(github): remove action pnpm@setup because of pnpm/action-setup#99
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 4, 2024
1 parent 7628d8d commit c1f3ebf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: latest

- name: Set node version to 18
uses: actions/setup-node@v4
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache: "pnpm"

- run: pnpm install
- name: Install dependencies
run: pnpm install

- run: pnpm build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/formkit-primevue",
"version": "1.6.8",
"version": "1.6.9",
"type": "module",
"license": "MIT",
"repository": "https://github.com/sfxcode/formkit-primevue",
Expand Down

0 comments on commit c1f3ebf

Please sign in to comment.