Skip to content

Merge pull request #23 from Crowd9/dependabot/npm_and_yarn/picomatch-… #4

Merge pull request #23 from Crowd9/dependabot/npm_and_yarn/picomatch-…

Merge pull request #23 from Crowd9/dependabot/npm_and_yarn/picomatch-… #4

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- run: npm install
- run: npm run build