Skip to content

Remove spdx-expression-parse #5

Remove spdx-expression-parse

Remove spdx-expression-parse #5

Workflow file for this run

name: CI
on:
- push
jobs:
frontend:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint