Skip to content

fix(specifiers): Updates package.json specifiers #113

fix(specifiers): Updates package.json specifiers

fix(specifiers): Updates package.json specifiers #113

Workflow file for this run

name: Tests
on:
push:
branches-ignore:
- master
pull_request:
branches-ignore:
- master
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.14
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test