Skip to content

Merge pull request #219 from ganta/renovate/eslint-8.x #731

Merge pull request #219 from ganta/renovate/eslint-8.x

Merge pull request #219 from ganta/renovate/eslint-8.x #731

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
npm-run:
name: ${{ matrix.stage }}
strategy:
fail-fast: false
matrix:
stage: [lint, package]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run ${{ matrix.stage }}