Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

chore(deps): update all non-major dependencies #409

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #409

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check:
strategy:
matrix:
node-version: [14.19.3, 16.x, 18.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
# TODO: Remove until no longer support node <= 16.14
with:
version: 7.30.5
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run test