Skip to content

Commit

Permalink
Merge branch 'preview-features' into preview
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Apr 23, 2024
2 parents 87a8279 + d4b28b5 commit a0cb82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
uses: pnpm/action-setup@v2.2.4
with:
version: latest
version: 8.12.1
run_install: true
- name: Type check
run: pnpm run type
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install dependencies
uses: pnpm/action-setup@v2.2.4
with:
version: 8.6.12
version: 8.12.1
run_install: true
- name: Type check
run: pnpm run type
Expand Down

0 comments on commit a0cb82a

Please sign in to comment.