Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

chore(deps-dev): bump @inrupt/eslint-config-lib from 2.5.0 to 2.6.0 #1091

chore(deps-dev): bump @inrupt/eslint-config-lib from 2.5.0 to 2.6.0

chore(deps-dev): bump @inrupt/eslint-config-lib from 2.5.0 to 2.6.0 #1091

Workflow file for this run

name: CI
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 18.x, 16.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run test:esbuild
lint:
uses: inrupt/typescript-sdk-tools/.github/workflows/[email protected]