Refresh

This website github.imc.re/spencermountain/compromise/actions/runs/10303383345/workflow is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Skip to content

feat(plugins/dates): support duration ranges #276

feat(plugins/dates): support duration ranges

feat(plugins/dates): support duration ranges #276

Workflow file for this run

name: Build and test
on: [pull_request]
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
matrix:
node-version: [18.x, 22.x]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: use node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: install
run: |
npm ci
npm run plugins:ci
- name: static checks
run: |
npm i --no-save eslint
npm run lint
- name: build
run: |
npm run build
npm run plugins:build
- name: test
run: |
npm run test:smoke
npm run test
npm run test:one
npm run test:two
npm run test:three
npm run testb
npm run test:plugins
# npm run perf
# npm run test:types
# npm run test:stress