Skip to content

chore(deps): update dependency cspell to v8.17.0 (#259) #785

chore(deps): update dependency cspell to v8.17.0 (#259)

chore(deps): update dependency cspell to v8.17.0 (#259) #785

Workflow file for this run

jobs:
test:
strategy:
matrix:
node_version: [20, 22]
os: [ubuntu-latest, windows-latest]
name: Node.js v${{ matrix.node_version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
DEBUG: 'impvol*'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: ./.github/actions/prepare
with:
node-version: ${{ matrix.node_version }}
- run: npm test
name: Test
on:
pull_request: ~
push:
branches:
- main