Skip to content

Add static version number to fix #13. #12

Add static version number to fix #13.

Add static version number to fix #13. #12

Workflow file for this run

name: Main CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Lint
run: npm run lint