Skip to content

chore(deps-dev): bump @types/teen_process from 2.0.0 to 2.0.1 (#201) #40

chore(deps-dev): bump @types/teen_process from 2.0.0 to 2.0.1 (#201)

chore(deps-dev): bump @types/teen_process from 2.0.0 to 2.0.1 (#201) #40

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: lts/*
check-latest: true
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm run build
name: Run build
- run: npm run test
name: Run test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Release