Skip to content

fix(deps): update all dependencies #744

fix(deps): update all dependencies

fix(deps): update all dependencies #744

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 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