Skip to content

Merge pull request #11 from BayBreezy/dependabot/npm_and_yarn/execa-9… #167

Merge pull request #11 from BayBreezy/dependabot/npm_and_yarn/execa-9…

Merge pull request #11 from BayBreezy/dependabot/npm_and_yarn/execa-9… #167

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Test
run: npm run test