Skip to content

build(deps): bump braces, watchpack, micromatch and terser-webpack-pl… #38

build(deps): bump braces, watchpack, micromatch and terser-webpack-pl…

build(deps): bump braces, watchpack, micromatch and terser-webpack-pl… #38

Workflow file for this run

name: Test & Publish
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}