Skip to content

update node version on github actions #160

update node version on github actions

update node version on github actions #160

Workflow file for this run

name: lint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn install
- run: yarn run lint