Skip to content

⬆️ update dependencies and add CI #12

⬆️ update dependencies and add CI

⬆️ update dependencies and add CI #12

Workflow file for this run

name: 'test'
on: [pull_request, push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install # this runs the test and build scripts