Skip to content

Keep full filenames when filename includes whitespaces or digits (#209) #14

Keep full filenames when filename includes whitespaces or digits (#209)

Keep full filenames when filename includes whitespaces or digits (#209) #14

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: npm test