Skip to content

Fix nod eversion for actions #263

Fix nod eversion for actions

Fix nod eversion for actions #263

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: install
run: 'yarn'
- name: Lint
run: yarn lint
- name: Test
run: yarn test