Skip to content

Lock file maintenance (#163) #204

Lock file maintenance (#163)

Lock file maintenance (#163) #204

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- master
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/setup-node@v3.8.2
with:
node-version: 14.x
- run: yarn install
- run: yarn test