Skip to content

build(deps-dev): bump flatted from 3.3.3 to 3.4.2 #15

build(deps-dev): bump flatted from 3.3.3 to 3.4.2

build(deps-dev): bump flatted from 3.3.3 to 3.4.2 #15

Workflow file for this run

name: Tests
on:
pull_request:
paths:
- 'package*.json'
- '**/solution/*.js'
jobs:
tests:
name: Run solution tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test -- solution