Skip to content

Commit

Permalink
feat: support pre resolved / rejected promises
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed May 30, 2024
1 parent fe156fe commit 82f061d
Show file tree
Hide file tree
Showing 8 changed files with 775 additions and 596 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
Loading

0 comments on commit 82f061d

Please sign in to comment.