Skip to content

Commit

Permalink
Actions: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Feb 3, 2025
1 parent eb4f2fa commit e7c1703
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
# - name: Calculate latest KordEx version
# run: kotlin .github/set-version.main.kts

- name: Set up pnpm
uses: pnpm/action-setup@v4

with:
run_install: false

- name: Set up Node
uses: actions/setup-node@v4

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
# - name: Calculate latest KordEx version
# run: kotlin .github/set-version.main.kts

- name: Set up pnpm
uses: pnpm/action-setup@v4

with:
run_install: false

- name: Set up Node
uses: actions/setup-node@v4

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
},
"engines": {
"node": ">=18.0"
}
},
"packageManager": "pnpm@9.15.5+sha256.8472168c3e1fd0bff287e694b053fccbbf20579a3ff9526b6333beab8df65a8d"
}

0 comments on commit e7c1703

Please sign in to comment.