Skip to content

Bump micromatch from 4.0.4 to 4.0.8 (#31) #25

Bump micromatch from 4.0.4 to 4.0.8 (#31)

Bump micromatch from 4.0.4 to 4.0.8 (#31) #25

Workflow file for this run

name: Build on main branch push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
- run: curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
- run: yarn
- run: npm run prod
- run: npm run release
- uses: actions/upload-artifact@v3
with:
name: release
path: dist/pusher