Skip to content

Remove commas from dictionary (#28) #14

Remove commas from dictionary (#28)

Remove commas from dictionary (#28) #14

Workflow file for this run

name: Test
permissions:
contents: read
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test