Skip to content

Commit

Permalink
chore: v13 support in getTypesFromRequest()
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed May 29, 2024
1 parent 0de5b23 commit 86d480b
Show file tree
Hide file tree
Showing 3 changed files with 8,901 additions and 6,300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 8.15.7
version: 9
- run: pnpm install
- run: pnpm build
- name: run CI tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 8.15.7
version: 9
# - name: Get yarn cache directory path
# id: yarn-cache-dir-path
# run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
Loading

0 comments on commit 86d480b

Please sign in to comment.