Skip to content

Bump semver from 7.6.0 to 7.6.2 (#330) #668

Bump semver from 7.6.0 to 7.6.2 (#330)

Bump semver from 7.6.0 to 7.6.2 (#330) #668

Workflow file for this run

##
# Run unit test
##
name: Unit Test
on:
pull_request:
push:
branches:
- main
- feature/**
workflow_dispatch:
jobs:
# unit tests
unit:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 20
- run: npm ci
- run: npm test