Skip to content

chore(deps): Bump svelte from 3.49.0 to 4.2.19 (#78) #65

chore(deps): Bump svelte from 3.49.0 to 4.2.19 (#78)

chore(deps): Bump svelte from 3.49.0 to 4.2.19 (#78) #65

Workflow file for this run

name: "deploy"
on:
push:
branches:
- main
- beta
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: yarn install
- run: yarn test:ci
- run: yarn build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: codecov/codecov-action@v1
with:
file: coverage/lcov.info