Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jul 17, 2023
1 parent e3ef318 commit 840b129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install PNPM
with:
version: 7.x.x
version: 8

- name: Install Node 16
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: pnpm/[email protected]
name: Install PNPM
with:
version: 7.x.x
version: 8

- name: Install Node 16
uses: actions/setup-node@v2
Expand Down

0 comments on commit 840b129

Please sign in to comment.