Skip to content

chore(deps-dev): bump semver from 6.3.0 to 6.3.1 #289

chore(deps-dev): bump semver from 6.3.0 to 6.3.1

chore(deps-dev): bump semver from 6.3.0 to 6.3.1 #289

Workflow file for this run

name: CI
"on":
push:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
node-version:
- 14
- 16
- 18
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm test