Skip to content

Dictionary 1.19 merge to master #420

Dictionary 1.19 merge to master

Dictionary 1.19 merge to master #420

Workflow file for this run

name: Unit Tests
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci
- run: npm i object.fromentries
- run: npm test