Skip to content

Commit

Permalink
chore: set pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgz5689 committed Jan 14, 2024
1 parent d46fa7d commit 65134e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

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

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

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

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 65134e4

Please sign in to comment.