Generate explicit type for variables used in a subscription to work with URQL v4 #1088
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
dependencies: | |
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main | |
secrets: | |
githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
release: | |
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main | |
with: | |
npmTag: alpha | |
buildScript: build | |
nodeVersion: 18 | |
secrets: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
npmToken: ${{ secrets.NPM_TOKEN }} |