Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

chore: add software catalog metadata file(s) #51

chore: add software catalog metadata file(s)

chore: add software catalog metadata file(s) #51

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, and lint
run: |
npm ci
npm run lint
env:
CI: true