Skip to content

Pin dependencies

Pin dependencies #25

Workflow file for this run

name: unit tests
env:
CI: True
on: [push]
jobs:
test-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: "16"
cache: "yarn"
- run: yarn install --immutable
- run: yarn run test