Skip to content

Merge pull request #59 from hakatashi/dependabot/npm_and_yarn/eslint-… #60

Merge pull request #59 from hakatashi/dependabot/npm_and_yarn/eslint-…

Merge pull request #59 from hakatashi/dependabot/npm_and_yarn/eslint-… #60

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