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

build(deps): bump semver from 5.7.1 to 5.7.2 #415

build(deps): bump semver from 5.7.1 to 5.7.2

build(deps): bump semver from 5.7.1 to 5.7.2 #415

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