Skip to content

Add .node-version file with Node version 14.8.0 (#26) #28

Add .node-version file with Node version 14.8.0 (#26)

Add .node-version file with Node version 14.8.0 (#26) #28

Workflow file for this run

---
name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: yarn install
run: |
yarn --frozen-lockfile
- name: lint
run: |
yarn lint