Skip to content

build(deps): bump graphql from 16.6.0 to 16.8.1 #189

build(deps): bump graphql from 16.6.0 to 16.8.1

build(deps): bump graphql from 16.6.0 to 16.8.1 #189

Workflow file for this run

name: Release
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: yarn
- run: yarn test
- run: yarn pack
- run: yarn end-to-end-test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release