Skip to content

Merge pull request #105 from hakatashi/dependabot/npm_and_yarn/typesc… #182

Merge pull request #105 from hakatashi/dependabot/npm_and_yarn/typesc…

Merge pull request #105 from hakatashi/dependabot/npm_and_yarn/typesc… #182

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 20
- run: npm install
- run: npm test