Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #8

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #8

Workflow file for this run

name: Run test scripts
on: push
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm test