Skip to content

Commit

Permalink
workflow: use packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Apr 5, 2022
1 parent e1496e0 commit d5c063e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6

- name: Set node version to 16
uses: actions/setup-node@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6

- name: Set node version to ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vite-plugin-pages",
"version": "0.23.0-beta.1",
"packageManager": "pnpm@6.32.4",
"description": "File system base vue-router plugin for Vite",
"keywords": [
"vite",
Expand Down

0 comments on commit d5c063e

Please sign in to comment.