Skip to content

Merge pull request #572 from LDflex/dependabot/npm_and_yarn/typescrip… #2527

Merge pull request #572 from LDflex/dependabot/npm_and_yarn/typescrip…

Merge pull request #572 from LDflex/dependabot/npm_and_yarn/typescrip… #2527

Workflow file for this run

name: CI
on:
push:
check_suite:
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '15'
- run: npm ci
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release