Skip to content

chore(deps): lock file maintenance #1601

chore(deps): lock file maintenance

chore(deps): lock file maintenance #1601

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install --frozen-lockfile
env:
CI: true
- run: yarn ci
env:
CI: true