Skip to content

Bump semver from 7.6.0 to 7.6.2 in /app in the npm group #57

Bump semver from 7.6.0 to 7.6.2 in /app in the npm group

Bump semver from 7.6.0 to 7.6.2 in /app in the npm group #57

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
workflow_dispatch:
branches:
- master
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm run deps
- run: npm run test