Skip to content

build(deps): update all non-major dependencies #262

build(deps): update all non-major dependencies

build(deps): update all non-major dependencies #262

Workflow file for this run

name: Run CI
on:
push:
branches:
- master
tags:
- v*
pull_request:
branches:
- "*"
jobs:
all:
name: "Run CI"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 24.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run test