Skip to content

Bump semver from 7.6.2 to 7.6.3 #497

Bump semver from 7.6.2 to 7.6.3

Bump semver from 7.6.2 to 7.6.3 #497

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test -- --coverage