Skip to content

Bump immutable from 5.0.3 to 5.1.5 #57

Bump immutable from 5.0.3 to 5.1.5

Bump immutable from 5.0.3 to 5.1.5 #57

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Lint Code
run: |
yarn install --frozen-lockfile
yarn lint