Skip to content

fix(deps): update all dependencies #780

fix(deps): update all dependencies

fix(deps): update all dependencies #780

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
default:
strategy:
matrix:
node:
- 16
os:
- macOS-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install Dependencies
run: yarn --immutable
- name: Lint, Build
run: |
yarn lint
yarn build
env:
EFF_NO_LINK_RULES: true
PARSER_NO_WATCH: true