Skip to content

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 #192

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 #192

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