Skip to content

fix(deps): update dependency semver to v7.6.3 #987

fix(deps): update dependency semver to v7.6.3

fix(deps): update dependency semver to v7.6.3 #987

Workflow file for this run

name: Run Lint and Tests
on:
push:
branches-ignore:
- master
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test