Skip to content

Commit

Permalink
Bump pnpm version in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
diskdance committed Jul 23, 2023
1 parent 0cd5ae3 commit c394bd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
node-version: '16'
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7.6.0
version: 8
- name: Lint
run: |
pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
node-version: '16'
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7.6.0
version: 8
- name: Test
run: |
pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
node-version: '16'
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7.6.0
version: 8
- name: Install & Generate TypeDoc
run: |
pnpm install --frozen-lockfile
Expand Down

0 comments on commit c394bd0

Please sign in to comment.