Skip to content

Bump braces from 3.0.2 to 3.0.3 #28

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #28

Workflow file for this run

name: "Tests"
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- uses: actions/cache@v2
with:
path: ~/.elm
key: ${{ runner.os }}-elm-${{ hashFiles('package-lock.json', 'elm-tooling.json', 'elm.json') }}
- run: npm ci
- run: npm test