Skip to content

chore: add homepage info to package json #2

chore: add homepage info to package json

chore: add homepage info to package json #2

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: Install packages
run: npm ci
- name: Run tests
run: npm test